File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 1
1
inherit_from :
2
- - " https://www.goodcop.style/rubocop.yml"
3
2
- " https://www.goodcop.style/tabs.yml"
4
3
5
4
AllCops :
6
5
TargetRubyVersion : 3.2
7
6
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
-
35
7
# We need to disable this cop because it’s not compatible with TruffleRuby 23.1, which still needs a `require "set"`
36
8
Lint/RedundantRequireStatement :
37
9
Enabled : false
38
-
39
- Lint/UnreachableLoop :
40
- Enabled : false
You can’t perform that action at this time.
0 commit comments