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"
|
||||
require "byebug"
|
||||
byebug
|
||||
byebug # rubocop:disable Lint/Debugger
|
||||
end
|
||||
end
|
||||
@accessor_thread = Thread.current
|
||||
|
|
Loading…
Reference in New Issue