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 388b1f6 commit ed2774eCopy full SHA for ed2774e
.rubocop.yml
@@ -4,6 +4,9 @@ inherit_from: .rubocop_todo.yml
4
inherit_gem:
5
voxpupuli-rubocop: rubocop.yml
6
7
+AllCops:
8
+ TargetRubyVersion: '3.1'
9
+
10
# Disabled
11
Style/ClassAndModuleChildren:
12
Enabled: false
0 commit comments