Enable RSpec/SingleLineHook cop

This commit is contained in:
Robert Speicher 2017-06-06 10:34:53 -04:00
parent a6ec5121f0
commit 4daf9c00b7
1 changed files with 1 additions and 1 deletions

View File

@ -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/*'