Land #9705, update rubocop rules
parent
8f4895c8e7
commit
bf43542743
|
@ -92,9 +92,10 @@ Style/NumericLiterals:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Description: 'This often hurts readability for exploit-ish code.'
|
Description: 'This often hurts readability for exploit-ish code.'
|
||||||
|
|
||||||
Layout/SpaceInsideBrackets:
|
Layout/AlignParameters:
|
||||||
Enabled: false
|
Enabled: true
|
||||||
Description: 'Until module template are final, most modules will fail this.'
|
EnforcedStyle: 'with_fixed_indentation'
|
||||||
|
Description: 'initialize method of every module has fixed indentation for Name, Description, etc'
|
||||||
|
|
||||||
Style/StringLiterals:
|
Style/StringLiterals:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
Loading…
Reference in New Issue