summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index f51228180c8..9186501ca96 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -244,11 +244,11 @@ Style/PerlBackrefs:
# NameWhitelist: is_a?
Style/PredicateName:
Enabled: true
- Exclude:
- - 'features/*'
+ # Exclude:
+ # - 'features/*'
# NamePrefix: is_
NamePrefixBlacklist: is_
- NameWhitelist: has_n_stars
+ NameWhitelist: have_visible_content
# Offense count: 58
# Cop supports --auto-correct.