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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-20 18:08:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-20 18:08:20 +0300
commit1d5ae049f089db097048fa896105ad75fe859596 (patch)
tree563e688a9aca27c1dff95f853e7e26ffeb2ddc30 /.rubocop.yml
parent374cf04cf2a496344e0e27d8ddf740f7a543f7af (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 3c5771da32d..bec305da54c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -225,6 +225,7 @@ Gitlab/Json:
- 'scripts/**/*'
- 'lib/rspec_flaky/**/*'
- 'lib/quality/**/*'
+ - 'lib/gitlab/danger/**/*'
GitlabSecurity/PublicSend:
Enabled: true