We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc64034 commit 458636aCopy full SHA for 458636a
.rubocop.yml
@@ -89,6 +89,8 @@ Metrics:
89
90
## Naming
91
92
+Naming/BlockForwarding:
93
+ Enabled: false
94
Naming/FileName:
95
Exclude:
96
- 'lib_helpers/ac-library-rb.rb'
@@ -116,6 +118,8 @@ Naming/VariableNumber:
116
118
Style/AccessModifierDeclarations:
117
119
120
- 'lib/deque.rb'
121
+Style/ArgumentsForwarding:
122
123
Style/BlockDelimiters:
124
AutoCorrect: false
125
@@ -166,8 +170,7 @@ Style/Lambda:
166
170
Style/LambdaCall:
167
171
Enabled: false
168
172
Style/HashSyntax:
169
- Exclude:
- - 'Rakefile'
173
174
Style/MixinUsage:
175
176
0 commit comments