Add new `Lint/UriEscapeUnescape` cop by koic · Pull Request #4702 · rubocop/rubocop
Feature This cop identifies places where URI.escape can be replaced by CGI.escape, URI.encode_www_form or URI.encode_www_form_component depending on your specific use case. Also this cop identifies...