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-04-08 18:10:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-08 18:10:26 +0300
commit9f9dc2bc412632e6b459d0bb9e1ac205c8cf34af (patch)
treecaafa909017726a087ae4e4bdaeb558ac2c04a9b /.rubocop_todo.yml
parent88bacc889f129f8d95af34f1781dd66769ec27cc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 6303568cad1..78e462cdc7a 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -11,13 +11,6 @@ Gitlab/PolicyRuleBoolean:
Exclude:
- 'ee/app/policies/ee/identity_provider_policy.rb'
-# Offense count: 754
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: require_no_space, require_space
-Layout/SpaceInLambdaLiteral:
- Enabled: false
-
# Offense count: 2
# Configuration parameters: AllowComments.
Lint/EmptyFile:
@@ -96,13 +89,6 @@ Performance/MethodObjectAsBlock:
RSpec/ContextWording:
Enabled: false
-# Offense count: 4
-# Configuration parameters: CustomIncludeMethods.
-RSpec/EmptyExampleGroup:
- Exclude:
- - 'ee/spec/services/personal_access_tokens/revoke_invalid_tokens_spec.rb'
- - 'spec/services/projects/prometheus/alerts/notify_service_spec.rb'
-
# Offense count: 1428
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.