Merge pull request #1430 from codyborders/master
Adds Style/Tab cop to rubocop.yml
This commit is contained in:
commit
46a6a59622
8 changed files with 26 additions and 33 deletions
|
|
@ -92,6 +92,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