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

rubocop: remove test/unit/repository_test.rb from Layout/SpaceInsideParens fixed by r19224

git-svn-id: http://svn.redmine.org/redmine/trunk@19245 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-11-24 12:40:41 +00:00
parent d65cdf018d
commit 1b72a6a03e

View File

@ -312,7 +312,6 @@ Layout/SpaceInsideParens:
- 'test/unit/issue_subtasking_test.rb'
- 'test/unit/lib/redmine/export/pdf_test.rb'
- 'test/unit/query_test.rb'
- 'test/unit/repository_test.rb'
# Cop supports --auto-correct.
Layout/SpaceInsidePercentLiteralDelimiters: