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

code cleanup: rubocop: fix Layout/IndentAssignment in app/helpers/repositories_helper.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18472 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-09-15 15:08:38 +00:00
parent 57348f6e71
commit 881c99f162
2 changed files with 1 additions and 2 deletions

View File

@ -250,7 +250,6 @@ Layout/IndentAssignment:
Exclude:
- 'app/helpers/application_helper.rb'
- 'app/helpers/issues_helper.rb'
- 'app/helpers/repositories_helper.rb'
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
- 'test/unit/lib/redmine/helpers/gantt_test.rb'