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:
Cody Borders 2017-04-05 15:43:12 -06:00
parent fc1448b47b
commit 7e54771f52

View file

@ -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