diff options
author | Robert Speicher <robert@gitlab.com> | 2017-02-23 18:55:33 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-02-23 18:55:33 +0000 |
commit | 509ff2ab170802e23646282f1d146a6383b53a66 (patch) | |
tree | cb86803133319b5144349c9c409c4bf2cf9c90dc /.rubocop.yml | |
parent | d2aeffce5dad2c265787cba7c967b515b00639e2 (diff) | |
parent | 8b2ea599e3047b24a788dec843ea1d6d36e76d98 (diff) | |
download | gitlab-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.yml | 2 |
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. |