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-01-20 12:08:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-20 12:08:32 +0300
commit2ee5991b42717969af93cb30d863aafab04dff8a (patch)
treec09c0b7b4d02ceb9d6ac090c1ccfb93effb8a368 /.rubocop.yml
parent6b1ba27ef7373815ea29dc5b80eab846c8acd022 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml23
1 files changed, 4 insertions, 19 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index da14413deb7..b374012cac5 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -301,24 +301,6 @@ RSpec/AnyInstanceOf:
Enabled: false
# Cops for upgrade to gitlab-styles 3.1.0
-Rails/SafeNavigationWithBlank:
- Enabled: false
-
-Rails/ApplicationController:
- Enabled: false
-
-Rails/ApplicationMailer:
- Enabled: false
-
-Rails/RakeEnvironment:
- Enabled: false
-
-Rails/HelperInstanceVariable:
- Enabled: false
-
-Rails/EnumHash:
- Enabled: false
-
RSpec/ReceiveCounts:
Enabled: false
@@ -362,10 +344,13 @@ RSpec/UnspecifiedException:
Enabled: false
RSpec/HaveGitlabHttpStatus:
- Enabled: false
+ Enabled: true
+ Include:
+ - 'spec/support/shared_examples/**/*'
Style/MultilineWhenThen:
Enabled: false
Style/FloatDivision:
Enabled: false
+ \ No newline at end of file