Merge pull request #1430 from codyborders/master

Adds Style/Tab cop to rubocop.yml
This commit is contained in:
Ana María Martínez Gómez 2017-04-07 18:50:22 +02:00 committed by GitHub
commit 46a6a59622
8 changed files with 26 additions and 33 deletions

View file

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