Skip to content

Commit 11a320b

Browse files
committed
Update .rubocop.yml
1 parent c1824a9 commit 11a320b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.rubocop.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ AllCops:
66
Exclude:
77
- "quickdraw/compilation_equivalence_cases/**/*.rb"
88

9-
109
# We need to disable this cop because it’s not compatible with TruffleRuby 23.1, which still needs a `require "set"`
1110
Lint/RedundantRequireStatement:
1211
Enabled: false
1312

1413
Layout/ExtraSpacing:
1514
Enabled: false
15+
16+
UnderscorePrefixedVariableName:
17+
Enabled: false
18+
19+
Style/SoleNestedConditional:
20+
Enabled: false

0 commit comments

Comments
 (0)