summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 4b4f14efea4..4141d221039 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -243,7 +243,9 @@ Style/PerlBackrefs:
# NamePrefixBlacklist: is_, has_, have_
# NameWhitelist: is_a?
Style/PredicateName:
- Enabled: false
+ Enabled: true
+ # NamePrefix: is_
+ NamePrefixBlacklist: is_
# Offense count: 58
# Cop supports --auto-correct.