-
Name
-
guard-rubocop
-
Version
-
1.5.0
-
Platform
-
ruby
-
Authors
-
Yuji Nakayama
-
Bindir
-
bin
-
Date
-
2021-08-28 00:00:00 UTC
-
Dependencies
-
guard (~> 2.0)
rubocop (< 2.0)
bundler (>= 0, development)
guard-rspec (>= 4.2.3, < 5.0, development)
launchy (~> 2.4, development)
rake (>= 12.0, development)
rspec (~> 3.0, development)
simplecov (~> 0.7, development)
-
Description
-
Guard::RuboCop automatically checks Ruby code style with RuboCop when files are modified.
-
Email
-
nkymyj@gmail.com
-
Files
-
.github/workflows/ci.yml
.gitignore
.rspec
.rubocop.yml
.rubocop_todo.yml
.yardopts
CHANGELOG.md
Gemfile
Guardfile
LICENSE.txt
README.md
Rakefile
guard-rubocop.gemspec
lib/guard/rubocop.rb
lib/guard/rubocop/runner.rb
lib/guard/rubocop/templates/Guardfile
lib/guard/rubocop/version.rb
spec/guard/rubocop/runner_spec.rb
spec/guard/rubocop_spec.rb
spec/spec_helper.rb
spec/support/silence_output.rb
spec/support/simplecov.rb
-
Homepage
-
https://github.com/rubocop/guard-rubocop
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 2.5
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.7.6.3
-
Specification version
-
4
-
Summary
-
Guard plugin for RuboCop
-
Test files
-
spec/guard/rubocop/runner_spec.rb
spec/guard/rubocop_spec.rb
spec/spec_helper.rb
spec/support/silence_output.rb
spec/support/simplecov.rb
-
Original platform
-
ruby
-
New platform
-
ruby