1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-08 08:31:31 +00:00

rubocop: remove app/models/issue.rb from Lint/DuplicateMethods fixed by previous two revisions

git-svn-id: http://svn.redmine.org/redmine/trunk@18489 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-09-20 15:03:58 +00:00
parent d6701ab40f
commit c50e1facb4

View File

@ -528,7 +528,6 @@ Lint/DeprecatedClassMethods:
Lint/DuplicateMethods:
Exclude:
- 'app/models/custom_field_value.rb'
- 'app/models/issue.rb'
- 'app/models/query.rb'
- 'app/models/wiki_page.rb'
- 'test/functional/issues_controller_test.rb'