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 'gems/gitlab-utils/.rubocop.yml')
-rw-r--r--gems/gitlab-utils/.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/gems/gitlab-utils/.rubocop.yml b/gems/gitlab-utils/.rubocop.yml
index eeafd850c9b..bea4262fa2b 100644
--- a/gems/gitlab-utils/.rubocop.yml
+++ b/gems/gitlab-utils/.rubocop.yml
@@ -1,6 +1,9 @@
inherit_from:
- ../config/rubocop.yml
+Gemfile/MissingFeatureCategory:
+ Enabled: false
+
RSpec/InstanceVariable:
Exclude:
- spec/**/*.rb