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.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 4141d221039..f51228180c8 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -244,8 +244,11 @@ Style/PerlBackrefs:
# NameWhitelist: is_a?
Style/PredicateName:
Enabled: true
+ Exclude:
+ - 'features/*'
# NamePrefix: is_
NamePrefixBlacklist: is_
+ NameWhitelist: has_n_stars
# Offense count: 58
# Cop supports --auto-correct.