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"
|
||||
|
||||
Style/HashSyntax:
|
||||
EnforcedShorthandSyntax: either
|
||||
|
||||
Style/InverseMethods:
|
||||
InverseMethods:
|
||||
:blank?: :present?
|
||||
@ -466,5 +469,3 @@ Naming/BlockForwarding:
|
||||
Enabled: false
|
||||
Style/ArgumentsForwarding:
|
||||
Enabled: false
|
||||
Style/HashSyntax:
|
||||
EnforcedShorthandSyntax: either
|
||||
|
Loading…
x
Reference in New Issue
Block a user