Adds Style/Tab cop to rubocop.yml
This commit is contained in:
parent
d90d2344d6
commit
4b22a4547c
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue