mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 15:26:03 +01:00
code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18448 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -486,14 +486,6 @@ Layout/SpaceInsideRangeLiteral:
|
||||
Exclude:
|
||||
- 'app/models/repository/cvs.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBrackets.
|
||||
# SupportedStyles: space, no_space
|
||||
# SupportedStylesForEmptyBrackets: space, no_space
|
||||
Layout/SpaceInsideReferenceBrackets:
|
||||
Exclude:
|
||||
- 'test/unit/lib/redmine/scm/adapters/git_adapter_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
# SupportedStyles: space, no_space
|
||||
|
||||
Reference in New Issue
Block a user