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>2020-06-22 09:08:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-22 09:08:28 +0300
commitc11591217a3b923a0ce36e0259bbb88c2e1601e7 (patch)
tree96836530517d14290604ae10d6168a4413be2a5d /.rubocop_todo.yml
parent1127990db899d0fb36c900c81857ff6107e611d4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 28c5f33d936..b671ca9a9d5 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -560,15 +560,6 @@ Style/GuardClause:
Style/HashEachMethods:
Enabled: false
-# Offense count: 6
-# Cop supports --auto-correct.
-Style/HashTransformKeys:
- Exclude:
- - 'ee/app/models/vulnerabilities/occurrence.rb'
- - 'ee/spec/lib/gitlab/ci/templates/dependency_scanning_gitlab_ci_yaml_spec.rb'
- - 'lib/banzai/filter/commit_trailers_filter.rb'
- - 'lib/gitlab/analytics/cycle_analytics/stage_events.rb'
-
# Offense count: 31
# Configuration parameters: AllowIfModifier.
Style/IfInsideElse: