Enable Lint/UriEscapeUnescape cop not to allow using obsolete methods in the future

Follow up #33627.
This commit is contained in:
Ryuta Kamizono 2018-08-16 13:05:05 +09:00
parent 239a5af29f
commit 51bdbc2d01

@ -173,6 +173,9 @@ Lint/RequireParentheses:
Lint/StringConversionInInterpolation:
Enabled: true
Lint/UriEscapeUnescape:
Enabled: true
Style/RedundantReturn:
Enabled: true
AllowMultipleReturnValues: true