Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-11-30 10:13:42 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-02-11 01:40:38 +0300
commit92cbc1e4ad8d874428089c4c65293fa218f67206 (patch)
tree4ef76c9b34e813499bd8ca4a28d6f3fd4a4916ed /.rubocop_todo.yml
parentcb8d031e959588c02efcd245ba914c07dab7f993 (diff)
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