summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-11-30 15:13:42 +0800
committerRobert Speicher <rspeicher@gmail.com>2017-02-10 17:40:38 -0500
commit92cbc1e4ad8d874428089c4c65293fa218f67206 (patch)
tree4ef76c9b34e813499bd8ca4a28d6f3fd4a4916ed /.rubocop_todo.yml
parentcb8d031e959588c02efcd245ba914c07dab7f993 (diff)
downloadgitlab-ce-92cbc1e4ad8d874428089c4c65293fa218f67206.tar.gz
Enable the `RSpec/ExpectActual` cop and correct offenses
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index c86cd714723..4714b64b896 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -85,10 +85,6 @@ Performance/RedundantMerge:
RSpec/EmptyExampleGroup:
Enabled: false
-# Offense count: 24
-RSpec/ExpectActual:
- Enabled: false
-
# Offense count: 58
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: implicit, each, example