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>2019-10-22 14:31:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-22 14:31:16 +0300
commit905c1110b08f93a19661cf42a276c7ea90d0a0ff (patch)
tree756d138db422392c00471ab06acdff92c5a9b69c /.rubocop_todo.yml
parent50d93f8d1686950fc58dda4823c4835fd0d8c14b (diff)
Add latest changes from gitlab-org/gitlab@12-4-stable-ee
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 48b840b4af2..3ed7af71b4f 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -273,11 +273,6 @@ RSpec/ContextWording:
RSpec/EmptyLineAfterFinalLet:
Enabled: false
-# Offense count: 232
-# Cop supports --auto-correct.
-RSpec/EmptyLineAfterSubject:
- Enabled: false
-
# Offense count: 719
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
@@ -442,19 +437,6 @@ Rails/LinkToBlank:
- 'ee/app/helpers/ee/user_callouts_helper.rb'
- 'ee/app/helpers/license_helper.rb'
-# Offense count: 11
-# Cop supports --auto-correct.
-Rails/Presence:
- Exclude:
- - 'app/models/ci/pipeline.rb'
- - 'app/models/concerns/mentionable.rb'
- - 'app/models/project_services/hipchat_service.rb'
- - 'app/models/project_services/irker_service.rb'
- - 'app/models/project_services/jira_service.rb'
- - 'app/models/project_services/packagist_service.rb'
- - 'app/models/wiki_page.rb'
- - 'lib/gitlab/github_import/importer/releases_importer.rb'
-
# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: Include.