We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ed6e1f + b37caf7 commit bbdaa85Copy full SHA for bbdaa85
1 file changed
.rubocop.yml
@@ -22,8 +22,6 @@ Layout/ArgumentAlignment:
22
- "**/Formula/**/*.rb"
23
Layout/CaseIndentation:
24
EnforcedStyle: end
25
-Layout/EmptyLinesAfterModuleInclusion:
26
- Enabled: false
27
Layout/FirstArrayElementIndentation:
28
EnforcedStyle: consistent
29
Layout/FirstHashElementIndentation:
@@ -178,7 +176,7 @@ Style/InvertibleUnlessCondition:
178
176
:zero?:
179
177
:blank?: :present?
180
Style/ItBlockParameter:
181
+ EnforcedStyle: only_numbered_parameters
182
Style/MutableConstant:
183
EnforcedStyle: strict
184
Style/NumericLiteralPrefix:
0 commit comments