From 1b57276673e46643d90362c657657baab3ac193f Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Fri, 24 Jul 2020 13:18:49 +0800 Subject: [PATCH] Revert "Bump rubocop-discourse to 2.3.0." This reverts commit a3ed7c9279a05b51a51d6e8331156827b8e64d0c. --- .rubocop.yml | 4 ---- Gemfile.lock | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 2aeb8d9c9c7..b7edfe48948 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,7 +7,3 @@ Discourse/NoAddReferenceOrAliasesActiveRecordMigration: Discourse/NoResetColumnInformationInMigrations: Enabled: true - -# TODO: Still need to fix all the existing tests but we shouldn't block future upgrades -Discourse/NoMockingJobs: - Enabled: false diff --git a/Gemfile.lock b/Gemfile.lock index 1de2dd8680e..b460b627c3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -359,7 +359,7 @@ GEM unicode-display_width (>= 1.4.0, < 2.0) rubocop-ast (0.2.0) parser (>= 2.7.0.1) - rubocop-discourse (2.3.0) + rubocop-discourse (2.2.0) rubocop (>= 0.69.0) rubocop-rspec (>= 1.39.0) rubocop-rspec (1.42.0)