From 9c1e0b8bd25fb3838677b6ce0f013f4cb4da5bf3 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 12 Dec 2019 14:30:27 +1000 Subject: [PATCH] bump rubocop-discourse to 1.0.2 for NoURIEscapeEncode cop --- .rubocop.yml | 3 +++ Gemfile.lock | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) 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)