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-05-03 18:07:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-03 18:07:55 +0300
commit62098c11d130722cca6d4864b3a5257bc3fa8fa1 (patch)
tree1f2e2a6fe7f059375b98a76fc040ed15f5e8a3c4 /.rubocop_todo.yml
parent5fabe42e23beba3fbe393e566a5a4ebde2062c61 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index f3fe41bc40f..fd114bee890 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -156,11 +156,6 @@ Rails/NegateInclude:
Rails/Pick:
Enabled: false
-# Offense count: 123
-# Cop supports --auto-correct.
-Rails/Pluck:
- Enabled: false
-
# Offense count: 39
# Cop supports --auto-correct.
# Configuration parameters: Include.
@@ -236,11 +231,6 @@ Style/ExplicitBlockArgument:
Style/FormatString:
Enabled: false
-# Offense count: 897
-# Configuration parameters: MinBodyLength.
-Style/GuardClause:
- Enabled: false
-
# Offense count: 59
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
@@ -258,11 +248,6 @@ Style/HashEachMethods:
Style/IfInsideElse:
Enabled: false
-# Offense count: 1934
-# Cop supports --auto-correct.
-Style/IfUnlessModifier:
- Enabled: false
-
# Offense count: 64
# Cop supports --auto-correct.
Style/KeywordParametersOrder: