We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d401c7f commit 547e515Copy full SHA for 547e515
.github/workflows/test.yml
@@ -15,6 +15,7 @@ jobs:
15
name: Rubocop
16
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
17
with:
18
+ ruby: "3.0"
19
command: bundle exec rubocop --parallel --format github
20
21
test:
.rubocop.yml
@@ -1,7 +1,7 @@
1
inherit_from: .rubocop_todo.yml
2
3
AllCops:
4
- TargetRubyVersion: 2.7
+ TargetRubyVersion: 3.0
5
6
# Don't prefer is_a? over kind_of?
7
Style/ClassCheck:
0 commit comments