We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b92173 commit 54887d8Copy full SHA for 54887d8
1 file changed
.rubocop.yml
@@ -5,7 +5,10 @@ inherit_from: .rubocop_todo.yml
5
6
AllCops:
7
NewCops: enable
8
- TargetRubyVersion: 2.7
+ TargetRubyVersion: 3.1
9
+ Exclude:
10
+ - 'pkg/**/*'
11
+ - 'vendor/**/*'
12
13
Lint/UselessAssignment:
14
Exclude:
0 commit comments