Fixes Style/Tab cops
Removes exclusions for Style/Tab cops in rubocop_todo Places Style/Tab cop in appropriate alphabetical order All cops now fixed.
This commit is contained in:
parent
e28d681eb8
commit
535b3f86d6
8 changed files with 26 additions and 33 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue