summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-06-06 10:34:53 -0400
committerRobert Speicher <rspeicher@gmail.com>2017-06-13 09:09:49 -0500
commita6f0cbaba841f9deacb6e9f1526502e4e2c2a106 (patch)
tree9ce82b76456442c250ebd17f59ecef45fcb29503
parentc0abc784406e2a730324b23c59e133b3e3137b74 (diff)
downloadgitlab-ce-rs-single-line-rspec-hook-cop.tar.gz
Enable RSpec/SingleLineHook coprs-single-line-rspec-hook-cop
-rw-r--r--.rubocop.yml2
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/*'