Skip to content

Commit

Permalink
Update rubocop and enable new cop
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 23, 2021
1 parent 9011696 commit d4a9453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -35,6 +35,9 @@ Style/StringLiteralsInInterpolation:
Enabled: true
EnforcedStyle: 'single_quotes'

Style/TopLevelMethodDefinition:
Enabled: true

Layout/TrailingEmptyLines:
Enabled: true

Expand Down
2 changes: 1 addition & 1 deletion rspec-matchers-power_assert_matchers.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec', '>= 3.10.0', '< 4.0'
gem.add_development_dependency 'warning', '>= 1.2.0', '< 2.0'
gem.add_development_dependency 'rake', '>= 13.0.3', '< 20.0'
gem.add_development_dependency 'rubocop', '>= 1.14.0', '< 1.15.0'
gem.add_development_dependency 'rubocop', '>= 1.15.0', '< 1.16.0'
gem.add_development_dependency 'rubocop-rake'
gem.add_development_dependency 'rubocop-performance'
gem.add_development_dependency 'rubocop-rubycw'
Expand Down

0 comments on commit d4a9453

Please sign in to comment.