summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml4
-rw-r--r--.rubocop_todo.yml5
2 files changed, 4 insertions, 5 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index fe7c0c0c..6c15ef2d 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -61,3 +61,7 @@ Style/DoubleNegation:
Style/Documentation:
Enabled: false
+
+Style/CommentedKeyword:
+ Exclude:
+ - 'spec/fixtures/example_nesting.rb'
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index eebfa251..ce618fa5 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -128,8 +128,3 @@ Security/Eval:
# Offense count: 39
Style/CaseEquality:
Enabled: false
-
-# Offense count: 27
-Style/CommentedKeyword:
- Exclude:
- - 'spec/fixtures/example_nesting.rb'