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-04-28 06:09:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-28 06:09:53 +0300
commit2e4d8b3449e8c2c750a816b9566c61a0a96b934b (patch)
tree831b4d55a3b283e519a4c911e444564d4c7c3344 /.rubocop.yml
parent56df7f06f1e57d66efcff5d8ad0026252cc91192 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index bd19b80e8b5..300cfe3d74c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -284,18 +284,6 @@ Gitlab/Union:
- 'spec/**/*'
- 'ee/spec/**/*'
-API/GrapeAPIInstance:
- Enabled: true
- Include:
- - 'lib/**/api/**/*.rb'
- - 'ee/**/api/**/*.rb'
-
-API/GrapeArrayMissingCoerce:
- Enabled: true
- Include:
- - 'lib/**/api/**/*.rb'
- - 'ee/**/api/**/*.rb'
-
Cop/SidekiqOptionsQueue:
Enabled: true
Exclude: