Skip to content

Commit 458636a

Browse files
committed
Suppress RuboCop
1 parent fc64034 commit 458636a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.rubocop.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Metrics:
8989

9090
## Naming
9191

92+
Naming/BlockForwarding:
93+
Enabled: false
9294
Naming/FileName:
9395
Exclude:
9496
- 'lib_helpers/ac-library-rb.rb'
@@ -116,6 +118,8 @@ Naming/VariableNumber:
116118
Style/AccessModifierDeclarations:
117119
Exclude:
118120
- 'lib/deque.rb'
121+
Style/ArgumentsForwarding:
122+
Enabled: false
119123
Style/BlockDelimiters:
120124
AutoCorrect: false
121125
Exclude:
@@ -166,8 +170,7 @@ Style/Lambda:
166170
Style/LambdaCall:
167171
Enabled: false
168172
Style/HashSyntax:
169-
Exclude:
170-
- 'Rakefile'
173+
Enabled: false
171174
Style/MixinUsage:
172175
Exclude:
173176
- 'lib_helpers/ac-library-rb.rb'

0 commit comments

Comments
 (0)