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.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/gems/gitlab-http/.rubocop.yml b/gems/gitlab-http/.rubocop.yml
new file mode 100644
index 00000000000..73ea5f610b3
--- /dev/null
+++ b/gems/gitlab-http/.rubocop.yml
@@ -0,0 +1,22 @@
+inherit_from:
+ - ../config/rubocop.yml
+
+Naming/ClassAndModuleCamelCase:
+ AllowedNames:
+ - HTTP_V2
+
+Performance/RegexpMatch:
+ Enabled: false
+
+Style/SpecialGlobalVars:
+ Enabled: false
+
+Lint/DuplicateBranch:
+ Enabled: false
+
+RSpec/MultipleMemoizedHelpers:
+ Enabled: false
+
+RSpec/FilePath:
+ CustomTransform:
+ HTTP_V2: http_v2