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>2022-03-18 18:07:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-18 18:07:23 +0300
commit0b878def9bad1c36ea2b23380a77f9eedaaa6b83 (patch)
treeeb44c34bf05b2dbb1371d8553a7bb7b3d8a1989d /.rubocop_todo.yml
parentbdb1e64a7d620c203e5228717b7c464554b85f55 (diff)
Add latest changes from gitlab-org/gitlab@master
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 2ffe70b4461..62fc9e6da84 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -6,22 +6,11 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 221
-Capybara/VisibilityMatcher:
- Enabled: false
-
# Offense count: 1
Gitlab/PolicyRuleBoolean:
Exclude:
- 'ee/app/policies/ee/identity_provider_policy.rb'
-# Offense count: 2270
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, IndentationWidth.
-# SupportedStyles: with_first_argument, with_fixed_indentation
-Layout/ArgumentAlignment:
- Enabled: false
-
# Offense count: 771
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, IndentationWidth.