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:
authorDouwe Maan <douwe@gitlab.com>2018-03-14 01:38:30 +0300
committerMark Fletcher <mark@gitlab.com>2018-03-16 14:58:05 +0300
commit4b55923402f75ce7651bc173f2c3b46b397b7c88 (patch)
tree801abc5464ae592013fce6332ccf283f9dae28ec /.rubocop.yml
parent6b6317a5d1608a524a80116e33ec9bf90f5354a9 (diff)
Merge branch 'fj-15329-services-callbacks-ssrf-10-4' into 'security-10-4'
[10.4] Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2347
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 9adc2fae7a8..dc7c276eaf8 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -32,3 +32,6 @@ Gitlab/ModuleWithInstanceVariables:
# We ignore spec helpers because it usually doesn't matter
- spec/support/**/*.rb
- features/steps/**/*.rb
+
+Gitlab/HTTParty:
+ Enabled: true