diff options
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index cca36b3b5ee..4537e710dd4 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1066,7 +1066,7 @@ RSpec/RepeatedDescription: # Ensure RSpec hook blocks are always multi-line. RSpec/SingleLineHook: - Enabled: false + Enabled: true Exclude: - 'spec/factories/*' - 'spec/requests/api/v3/*' |