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.yml42
1 files changed, 0 insertions, 42 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index d01b3fb91da..6c46ad5dffc 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -18,20 +18,6 @@ Capybara/CurrentPathExpectation:
Layout/ArgumentAlignment:
Enabled: false
-# Offense count: 72
-# Cop supports --auto-correct.
-Layout/EmptyLinesAroundArguments:
- Exclude:
- - 'app/models/concerns/discussion_on_diff.rb'
- - 'app/models/concerns/resolvable_discussion.rb'
- - 'app/models/diff_discussion.rb'
- - 'app/models/discussion.rb'
- - 'ee/spec/models/geo/project_registry_spec.rb'
- - 'lib/banzai/pipeline/broadcast_message_pipeline.rb'
- - 'lib/banzai/pipeline/gfm_pipeline.rb'
- - 'lib/banzai/pipeline/single_line_pipeline.rb'
- - 'spec/features/markdown/copy_as_gfm_spec.rb'
-
# Offense count: 413
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, IndentationWidth.
@@ -101,14 +87,6 @@ Layout/SpaceInsideParens:
Lint/MissingCopEnableDirective:
Enabled: false
-# Offense count: 11
-# Cop supports --auto-correct.
-Lint/NonDeterministicRequireOrder:
- Exclude:
- - 'ee/spec/spec_helper.rb'
- - 'qa/spec/spec_helper.rb'
- - 'spec/spec_helper.rb'
-
# Offense count: 27
# Cop supports --auto-correct.
Lint/RedundantCopDisableDirective:
@@ -229,15 +207,6 @@ RSpec/ExpectChange:
RSpec/ExpectInHook:
Enabled: false
-# Offense count: 9
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: it_behaves_like, it_should_behave_like
-RSpec/ItBehavesLike:
- Exclude:
- - 'spec/lib/gitlab/git/commit_spec.rb'
- - 'spec/services/notification_service_spec.rb'
-
# Offense count: 68
# Cop supports --auto-correct.
RSpec/LetBeforeExamples:
@@ -600,17 +569,6 @@ Style/EmptyLambdaParameter:
- 'app/models/ci/build.rb'
- 'app/models/ci/runner.rb'
-# Offense count: 7
-# Cop supports --auto-correct.
-Style/EmptyLiteral:
- Exclude:
- - 'lib/gitlab/fogbugz_import/importer.rb'
- - 'lib/gitlab/git/diff_collection.rb'
- - 'lib/gitlab/gitaly_client.rb'
- - 'spec/helpers/merge_requests_helper_spec.rb'
- - 'spec/lib/gitlab/workhorse_spec.rb'
- - 'spec/requests/api/jobs_spec.rb'
-
# Offense count: 170
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.