summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-02-23 18:55:33 +0000
committerRobert Speicher <robert@gitlab.com>2017-02-23 18:55:33 +0000
commit509ff2ab170802e23646282f1d146a6383b53a66 (patch)
treecb86803133319b5144349c9c409c4bf2cf9c90dc /.rubocop.yml
parentd2aeffce5dad2c265787cba7c967b515b00639e2 (diff)
parent8b2ea599e3047b24a788dec843ea1d6d36e76d98 (diff)
downloadgitlab-ce-509ff2ab170802e23646282f1d146a6383b53a66.tar.gz
Merge branch 'enable-rspec-be_eql-cop' into 'master'
Enable the RSpec/BeEql cop See merge request !9476
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b72bcf8a34a..38b71d74fea 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -938,7 +938,7 @@ RSpec/AnyInstance:
# Check for expectations where `be(...)` can replace `eql(...)`.
RSpec/BeEql:
- Enabled: false
+ Enabled: true
# Check that the first argument to the top level describe is the tested class or
# module.