Skip to content

Commit

Permalink
Update RuboCop dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Feb 22, 2020
1 parent f7fc5af commit 93b3713
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,14 @@ Rails/HttpPositionalArguments:
Style/Documentation:
Enabled: false

Style/HashEachMethods:
Enabled: true

Style/HashTransformKeys:
Enabled: true

Style/HashTransformValues:
Enabled: true

Style/IfUnlessModifier:
Enabled: false
2 changes: 1 addition & 1 deletion route_translator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest', '~> 5.14'
spec.add_development_dependency 'rails', '>= 5.0.0.1', '< 6.1'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop', '~> 0.79.0'
spec.add_development_dependency 'rubocop', '~> 0.80.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.5'
spec.add_development_dependency 'rubocop-rails', '~> 2.4'
spec.add_development_dependency 'simplecov', '>= 0.17.1', '< 0.19'
Expand Down

0 comments on commit 93b3713

Please sign in to comment.