mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Silence spurious rubocop lint warning
This commit is contained in:
@@ -53,7 +53,7 @@ if ENV["TRACE_PG_CONNECTIONS"]
|
||||
|
||||
if ENV["ON_PG_CLASH"] == "byebug"
|
||||
require "byebug"
|
||||
byebug
|
||||
byebug # rubocop:disable Lint/Debugger
|
||||
end
|
||||
end
|
||||
@accessor_thread = Thread.current
|
||||
|
||||
Reference in New Issue
Block a user