Adds Style/Tab cop to rubocop.yml

This commit is contained in:
Cody Borders 2017-04-03 15:18:04 -06:00
parent d90d2344d6
commit 4b22a4547c

View file

@ -100,6 +100,10 @@ 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