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-http/.rubocop.yml')
-rw-r--r--gems/gitlab-http/.rubocop.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/gems/gitlab-http/.rubocop.yml b/gems/gitlab-http/.rubocop.yml
index 73ea5f610b3..8bc6b6a4cfb 100644
--- a/gems/gitlab-http/.rubocop.yml
+++ b/gems/gitlab-http/.rubocop.yml
@@ -1,13 +1,13 @@
inherit_from:
- ../config/rubocop.yml
+Gemfile/MissingFeatureCategory:
+ Enabled: false
+
Naming/ClassAndModuleCamelCase:
AllowedNames:
- HTTP_V2
-Performance/RegexpMatch:
- Enabled: false
-
Style/SpecialGlobalVars:
Enabled: false