Skip to content

Commit

Permalink
Run rubocop against ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcritchlow committed Oct 4, 2023
1 parent 105e125 commit 1a6eedc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inherit_gem:
bixby: bixby_default.yml
AllCops:
DisplayCopNames: true
TargetRubyVersion: 2.4
TargetRubyVersion: 2.7
Exclude:
- 'bin/*'
Lint/UnusedMethodArgument:
Expand All @@ -12,8 +12,10 @@ Metrics/BlockLength:
Exclude:
- "spec/**/*"
- "*.gemspec"
Metrics/ParameterLists:
Max: 6
Naming/FileName:
Exclude:
Exclude:
- "geoserver-publish.gemspec"
- "Gemfile"
Style/StringLiterals:
Expand Down

0 comments on commit 1a6eedc

Please sign in to comment.