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_todo.yml')
-rw-r--r--.rubocop_todo.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 66a025a8fe7..56ca3c3b586 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -626,17 +626,6 @@ Style/TernaryParentheses:
- 'spec/requests/api/pipeline_schedules_spec.rb'
- 'spec/support/capybara.rb'
-# Offense count: 8
-# Cop supports --auto-correct.
-Style/UnneededCondition:
- Exclude:
- - 'app/helpers/button_helper.rb'
- - 'app/helpers/environment_helper.rb'
- - 'app/models/project.rb'
- - 'app/services/issuable/clone/base_service.rb'
- - 'lib/gitlab/email/message/repository_push.rb'
- - 'spec/lib/rspec_flaky/flaky_example_spec.rb'
-
# Offense count: 99
# Cop supports --auto-correct.
Style/UnneededInterpolation: