Enable RSpec/SingleLineHook cop
This commit is contained in:
parent
a6ec5121f0
commit
4daf9c00b7
1 changed files with 1 additions and 1 deletions
|
@ -1066,7 +1066,7 @@ RSpec/RepeatedDescription:
|
||||||
|
|
||||||
# Ensure RSpec hook blocks are always multi-line.
|
# Ensure RSpec hook blocks are always multi-line.
|
||||||
RSpec/SingleLineHook:
|
RSpec/SingleLineHook:
|
||||||
Enabled: false
|
Enabled: true
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'spec/factories/*'
|
- 'spec/factories/*'
|
||||||
- 'spec/requests/api/v3/*'
|
- 'spec/requests/api/v3/*'
|
||||||
|
|
Loading…
Reference in a new issue