1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

rubocop: fix Layout/DefEndAlignment of test/unit/repository_cvs_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18348 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-08-04 16:06:26 +00:00
parent 12f4721f7a
commit 12c3df4bd3
2 changed files with 1 additions and 2 deletions

View File

@ -119,7 +119,6 @@ Layout/CommentIndentation:
Layout/DefEndAlignment: Layout/DefEndAlignment:
Exclude: Exclude:
- 'test/functional/documents_controller_test.rb' - 'test/functional/documents_controller_test.rb'
- 'test/unit/repository_cvs_test.rb'
# Cop supports --auto-correct. # Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle. # Configuration parameters: EnforcedStyle.