rubocop: re-enable Lint/UriEscapeUnescape
we have no violations (likely because we upgraded to Ruby 3) Change-Id: I64242e28afaeff72e7fbe7b972e5e9bdc1d84884 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/341936 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Aaron Ogata <aogata@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
parent
608ef6c2ad
commit
229c986615
|
@ -245,9 +245,6 @@ Layout/LineLength:
|
|||
Enabled: false
|
||||
AutoCorrect: false
|
||||
|
||||
Lint/UriEscapeUnescape:
|
||||
Severity: warning
|
||||
|
||||
Naming/AccessorMethodName:
|
||||
Severity: convention
|
||||
Naming/BinaryOperatorParameterName:
|
||||
|
|
Loading…
Reference in New Issue