Ruby 2.7: Remove deprecated URI.escape/unescape (#32752).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19455 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-01-23 23:28:34 +00:00
parent ba7d4745e2
commit 62fe933eed
5 changed files with 9 additions and 14 deletions

View File

@@ -441,12 +441,6 @@ Lint/UnusedBlockArgument:
Lint/UnusedMethodArgument:
Enabled: false
Lint/UriEscapeUnescape:
Exclude:
- 'lib/redmine/field_format.rb'
- 'lib/redmine/scm/adapters/subversion_adapter.rb'
- 'test/functional/wiki_controller_test.rb'
Lint/UselessAssignment:
Enabled: false