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-05 15:10:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-05 15:10:23 +0300
commit7e964f54ed3dd08ed528481843ba1972684335dc (patch)
tree633ea7d7473ecea5385f1c98d3a67103e0b5fcb3 /.rubocop_todo.yml
parentb5e513dbefdc7d27ddfd800c81b80e55f086f3f5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index d3b404c4bc2..21671ba56ae 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -213,13 +213,6 @@ RSpec/ReturnFromStub:
RSpec/ScatteredLet:
Enabled: false
-# Offense count: 10
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: symbols, strings
-RSpec/VariableDefinition:
- Exclude:
- - 'spec/initializers/mail_encoding_patch_spec.rb'
-
# Offense count: 24
# Configuration parameters: EnforcedStyle, IgnoredPatterns.
# SupportedStyles: snake_case, camelCase