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 '.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