diff --git a/.rubocop.yml b/.rubocop.yml index 2c2c5fd9f93..0a15cd98e3c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -138,6 +138,9 @@ DiscourseCops/NoChdir: - 'spec/**/*' # Specs are run sequentially, so chdir can be used - 'plugins/*/spec/**/*' +DiscourseCops/NoURIEscapeEncode: + Enabled: true + Style/GlobalVars: Enabled: true Severity: warning diff --git a/Gemfile.lock b/Gemfile.lock index e10257d4396..b8f15c7e589 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,6 @@ GEM rake (>= 10.4, < 14.0) ast (2.4.0) aws-eventstream (1.0.3) - aws-partitions (1.252.0) aws-sdk-core (3.85.0) aws-eventstream (~> 1.0, >= 1.0.2) @@ -353,7 +352,7 @@ GEM rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) - rubocop-discourse (1.0.1) + rubocop-discourse (1.0.2) rubocop (>= 0.69.0) ruby-openid (2.9.2) ruby-prof (1.0.0)