Skip to content

Commit

Permalink
add rubocop-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
tknzk authored and joshcanhelp committed Jan 27, 2020
1 parent cfb0f19 commit a707f0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
inherit_from: .rubocop_todo.yml
require:
- rubocop-rails
Rails:
Enabled: true
AllCops:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ group :development do
gem 'terminal-notifier-guard', require: false unless ENV['CIRCLECI']
gem 'coveralls', require: false
gem 'rubocop', require: false
gem 'rubocop-rails', require: false
gem 'yard', require: false
end

Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-rails (2.4.1)
rack (>= 1.1)
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
Expand Down Expand Up @@ -163,6 +166,7 @@ DEPENDENCIES
rake (~> 10.4)
rspec (~> 3.1, >= 3.1.0)
rubocop
rubocop-rails
simplecov
terminal-notifier-guard
vcr
Expand Down

0 comments on commit a707f0f

Please sign in to comment.