mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 16:25:20 +08:00
DEV: Silence spurious rubocop lint warning
This commit is contained in:
parent
a14a7f1cb8
commit
377d2d3fad
@ -53,7 +53,7 @@ if ENV["TRACE_PG_CONNECTIONS"]
|
|||||||
|
|
||||||
if ENV["ON_PG_CLASH"] == "byebug"
|
if ENV["ON_PG_CLASH"] == "byebug"
|
||||||
require "byebug"
|
require "byebug"
|
||||||
byebug
|
byebug # rubocop:disable Lint/Debugger
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@accessor_thread = Thread.current
|
@accessor_thread = Thread.current
|
||||||
|
Loading…
x
Reference in New Issue
Block a user