diff --git a/.rubocop.yml b/.rubocop.yml index 78e50f655..87e04a1e2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -9,6 +9,7 @@ AllCops: # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop # to ignore them, so only the ones explicitly set in this file are enabled. DisabledByDefault: true + SuggestExtensions: false Exclude: - '**/tmp/**/*' - '**/templates/**/*' @@ -22,7 +23,6 @@ AllCops: Performance: Exclude: - '**/test/**/*' -SuggestExtensions: false # Prefer assert_not over assert ! Rails/AssertNot: