diff --git a/.rubocop.yml b/.rubocop.yml index 389634f5..04293da0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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 @@ -100,10 +104,6 @@ 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