Alphabetize Style/HashSyntax
RuboCop rule and keep it the same
This commit is contained in:
parent
921753cf84
commit
c11a07db5b
@ -358,6 +358,9 @@ Style/HashAsLastArrayItem:
|
|||||||
- "/**/Formula/**/*.rb"
|
- "/**/Formula/**/*.rb"
|
||||||
- "**/Formula/**/*.rb"
|
- "**/Formula/**/*.rb"
|
||||||
|
|
||||||
|
Style/HashSyntax:
|
||||||
|
EnforcedShorthandSyntax: either
|
||||||
|
|
||||||
Style/InverseMethods:
|
Style/InverseMethods:
|
||||||
InverseMethods:
|
InverseMethods:
|
||||||
:blank?: :present?
|
:blank?: :present?
|
||||||
@ -466,5 +469,3 @@ Naming/BlockForwarding:
|
|||||||
Enabled: false
|
Enabled: false
|
||||||
Style/ArgumentsForwarding:
|
Style/ArgumentsForwarding:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Style/HashSyntax:
|
|
||||||
EnforcedShorthandSyntax: either
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user