mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
DEV: Update rubocop-discourse (#9270)
Includes: * DEV: Use `eq_time` matcher
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user