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 b073f3b commit 6de3c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 @@ -13,7 +13,7 @@ Metrics/BlockLength:
- "spec/**/*"
- "*.gemspec"
Naming/FileName:
Exclude:
Exclude:
- "geoserver-publish.gemspec"
- "Gemfile"
Style/StringLiterals:
Expand Down

0 comments on commit 6de3c8e

Please sign in to comment.