Commit 19e1337e authored by Sean McGivern's avatar Sean McGivern

Merge branch '354328-rubocop-todo-move-Layout/SpaceInsideBlockBraces' into 'master'

Move Layout/SpaceInsideBlockBraces into separate TODO file

See merge request gitlab-org/gitlab!84577
parents eb2022fe 5d5d6f76
......@@ -25,15 +25,6 @@ Layout/MultilineOperationIndentation:
Layout/SpaceInLambdaLiteral:
Enabled: false
# Offense count: 1209
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
# SupportedStyles: space, no_space
# SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceInsideBlockBraces:
Enabled: false
EnforcedStyle: space
# Offense count: 585
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment