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:
authorSemyon Pupkov <mail@semyonpupkov.com>2018-09-20 19:54:14 +0300
committerSemyon Pupkov <mail@semyonpupkov.com>2018-09-20 19:54:14 +0300
commit67cdb1d1be14c893bf195a9f0bc8ba82e5fce91c (patch)
treeb623d06927394ec081ed952531da0cc53fad24e4 /.rubocop_todo.yml
parent6c0907894f920c7681cff671542c69b914d4d03b (diff)
Fix SpaceInsidePercentLiteralDelimiters cop
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 7288dad3483..77ebfd64b81 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -73,14 +73,6 @@ Layout/SpaceInsideBlockBraces:
Layout/SpaceInsideParens:
Enabled: false
-# Offense count: 14
-# Cop supports --auto-correct.
-Layout/SpaceInsidePercentLiteralDelimiters:
- Exclude:
- - 'lib/gitlab/git_access.rb'
- - 'lib/gitlab/health_checks/fs_shards_check.rb'
- - 'spec/lib/gitlab/health_checks/fs_shards_check_spec.rb'
-
# Offense count: 26
Lint/DuplicateMethods:
Exclude: