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:49:26 +0300
committerSemyon Pupkov <mail@semyonpupkov.com>2018-09-20 19:49:26 +0300
commit6c0907894f920c7681cff671542c69b914d4d03b (patch)
treef5fff153bc7d4afc7a8d82701954d173a7b78244 /.rubocop_todo.yml
parent6c31b607de3528f78f340a2bc5bfdb163378981c (diff)
Fix SpaceInsideArrayLiteralBrackets cop
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 c7b82af08df..7288dad3483 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -60,15 +60,6 @@ Layout/IndentHash:
Layout/SpaceInLambdaLiteral:
Enabled: false
-# Offense count: 1
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBrackets.
-# SupportedStyles: space, no_space, compact
-# SupportedStylesForEmptyBrackets: space, no_space
-Layout/SpaceInsideArrayLiteralBrackets:
- Exclude:
- - 'spec/lib/gitlab/import_export/relation_factory_spec.rb'
-
# Offense count: 327
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.