aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-08-16 13:05:05 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-08-16 13:08:56 +0900
commit51bdbc2d0198c666cd62d1404c18da477e5cbfbc (patch)
tree636091a50c0f6db8815e3e693857820bd687f78e /.rubocop.yml
parent239a5af29f57330f468b19e1a8cb7b2c14836116 (diff)
downloadrails-51bdbc2d0198c666cd62d1404c18da477e5cbfbc.tar.gz
rails-51bdbc2d0198c666cd62d1404c18da477e5cbfbc.tar.bz2
rails-51bdbc2d0198c666cd62d1404c18da477e5cbfbc.zip
Enable Lint/UriEscapeUnescape cop not to allow using obsolete methods in the future
Follow up #33627.
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
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