Skip to content

Commit 7cdd468

Browse files
committed
Update .rubocop.yml
1 parent a929f20 commit 7cdd468

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.rubocop.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,9 @@
11
inherit_from:
2-
- "https://www.goodcop.style/rubocop.yml"
32
- "https://www.goodcop.style/tabs.yml"
43

54
AllCops:
65
TargetRubyVersion: 3.2
76

8-
Style/ExplicitBlockArgument:
9-
Enabled: false
10-
11-
Style/MixinUsage:
12-
Enabled: false
13-
14-
Style/RedundantDoubleSplatHashBraces:
15-
Enabled: false
16-
17-
Style/OptionalArguments:
18-
Enabled: false
19-
20-
Naming/AsciiIdentifiers:
21-
Enabled: false
22-
23-
Naming/MethodName:
24-
Enabled: false
25-
26-
Style/ReturnNilInPredicateMethodDefinition:
27-
Enabled: false
28-
29-
Naming/BlockForwarding:
30-
Enabled: false
31-
32-
Style/ArgumentsForwarding:
33-
Enabled: false
34-
357
# We need to disable this cop because it’s not compatible with TruffleRuby 23.1, which still needs a `require "set"`
368
Lint/RedundantRequireStatement:
379
Enabled: false
38-
39-
Lint/UnreachableLoop:
40-
Enabled: false

0 commit comments

Comments
 (0)