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 a250a74 commit 84046a6Copy full SHA for 84046a6
.rubocop.yml
@@ -6,12 +6,12 @@ AllCops:
6
NewCops: enable
7
TargetRubyVersion: 3.4
8
9
-Style/Documentation:
10
- Enabled: false
11
-
12
Layout/LineLength:
13
Max: 120
14
+Style/Documentation:
+ Enabled: false
+
15
Style/StringLiterals:
16
EnforcedStyle: single_quotes
17
@@ -22,14 +22,17 @@ Style/FrozenStringLiteralComment:
22
Style/For:
23
Enabled: false
24
25
+Style/FrozenStringLiteralComment:
26
27
28
Metrics/MethodLength:
29
Max: 20
30
31
Metrics/AbcSize:
32
Max: 30
33
-Style/FrozenStringLiteralComment:
34
Metrics/CyclomaticComplexity:
35
Max: 10
36
37
+Metrics/PerceivedComplexity:
38
+ Max: 10
0 commit comments