Moves style/tab cop to proper line
Cops should be in alphabetical order so I moved this to line 91 where it belongs.
This commit is contained in:
parent
fc1448b47b
commit
7e54771f52
1 changed files with 4 additions and 4 deletions
|
|
@ -88,6 +88,10 @@ Style/SpaceAroundOperators:
|
|||
Style/StringLiterals:
|
||||
Enabled: true
|
||||
|
||||
# This cop checks for tabs where spaces should be used.
|
||||
Style/Tab:
|
||||
Enabled: true
|
||||
|
||||
# Avoid trailing blank lines
|
||||
Style/TrailingBlankLines:
|
||||
Enabled: true
|
||||
|
|
@ -100,10 +104,6 @@ Style/TrailingWhitespace:
|
|||
Style/ZeroLengthPredicate:
|
||||
Enabled: true
|
||||
|
||||
# This cop checks for tabs where spaces should be used.
|
||||
Style/Tab:
|
||||
Enabled: true
|
||||
|
||||
#################### Metrics ###############################
|
||||
|
||||
# Avoid deep blocks nesting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue