DEV: Silence spurious rubocop lint warning

This commit is contained in:
Matt Palmer 2020-02-19 13:10:30 +11:00
parent a14a7f1cb8
commit 377d2d3fad
1 changed files with 1 additions and 1 deletions

View File

@ -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