Skip to content

Commit

Permalink
Update rubocop to Ruby 3.3 level
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jun 6, 2024
1 parent 35d60c8 commit a393b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- run: gem install rubocop:1.28.2
- run: gem install rubocop:1.64.1
- run: rubocop --parallel
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 3.0
TargetRubyVersion: 3.3
DisplayCopNames: true
Exclude:
- command_line/fixtures/bad_syntax.rb
Expand Down

0 comments on commit a393b65

Please sign in to comment.