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 941802a commit d45c17aCopy full SHA for d45c17a
.rubocop.yml
@@ -1,12 +1,19 @@
1
inherit_from:
2
- .rubocop_todo.yml
3
4
+AllCops:
5
+ NewCops: enable
6
+ TargetRubyVersion: 3.2.2
7
+ AllowSymlinksInCacheRootDirectory: true
8
+ SuggestExtensions:
9
+ rubocop-rake: false
10
+
11
Metrics/AbcSize:
12
Max: 16
13
Exclude:
14
- 'test/**/*'
15
-Metrics/LineLength:
16
+Layout/LineLength:
17
Max: 110
18
19
@@ -21,7 +28,3 @@ Style/HashSyntax:
21
28
22
29
Style/SymbolArray:
23
30
EnforcedStyle: brackets
24
-
25
-Naming/UncommunicativeMethodParamName:
26
- Exclude:
27
- - '**/*'
0 commit comments