From 51bdbc2d0198c666cd62d1404c18da477e5cbfbc Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 16 Aug 2018 13:05:05 +0900 Subject: Enable Lint/UriEscapeUnescape cop not to allow using obsolete methods in the future Follow up #33627. --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 3e15d34dbd..f2aec3f430 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -173,6 +173,9 @@ Lint/RequireParentheses: Lint/StringConversionInInterpolation: Enabled: true +Lint/UriEscapeUnescape: + Enabled: true + Style/RedundantReturn: Enabled: true AllowMultipleReturnValues: true -- cgit v1.2.3