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

code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in lib/redmine/wiki_formatting/textile/redcloth3.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18684 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-10-15 17:25:19 +00:00
parent 2117705cbc
commit d7d85cd85f
2 changed files with 65 additions and 66 deletions

View File

@ -404,7 +404,6 @@ Layout/SpaceInsideStringInterpolation:
- 'app/models/issue_query.rb' - 'app/models/issue_query.rb'
- 'app/models/mail_handler.rb' - 'app/models/mail_handler.rb'
- 'lib/redmine/core_ext/string/inflections.rb' - 'lib/redmine/core_ext/string/inflections.rb'
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
- 'test/integration/admin_test.rb' - 'test/integration/admin_test.rb'
Lint/AmbiguousBlockAssociation: Lint/AmbiguousBlockAssociation: