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:
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.