DEV: Update rubocop-discourse (#9270)

Includes:
* DEV: Use `eq_time` matcher
This commit is contained in:
Jarek Radosz
2020-03-26 16:32:41 +01:00
committed by GitHub
parent ef3d6d6580
commit d21d80198c
9 changed files with 25 additions and 24 deletions

View File

@ -42,7 +42,7 @@ class PluginTxUpdater
PLUGINS.each do |plugin_name|
plugin_dir = File.join(@base_dir, plugin_name)
Bundler.with_clean_env do
Dir.chdir(plugin_dir) do # rubocop:disable DiscourseCops/NoChdir because this is not part of the app
Dir.chdir(plugin_dir) do # rubocop:disable Discourse/NoChdir because this is not part of the app
puts '', plugin_dir, '-' * 80, ''
begin