Rubocop: indentation fixes Yay!!!
This commit is contained in:
parent
d04344373b
commit
61cc6a9244
8 changed files with 33 additions and 33 deletions
|
@ -283,12 +283,12 @@ Style/IfWithSemicolon:
|
|||
|
||||
Style/IndentationConsistency:
|
||||
Description: 'Keep indentation straight.'
|
||||
Enabled: false
|
||||
Enabled: true
|
||||
|
||||
Style/IndentationWidth:
|
||||
Description: 'Use 2 spaces for indentation.'
|
||||
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#spaces-indentation'
|
||||
Enabled: false
|
||||
Enabled: true
|
||||
|
||||
Style/IndentArray:
|
||||
Description: >-
|
||||
|
|
Loading…
Reference in a new issue