Closed pahnin closed 2 months ago
I agree, the only place I can find it used is the following, and it doesn't look like the returned result is used.
Small bit of advice that was given to me when considering commit messages and how they are shown to users below
I'd also just note that the commit message with a fix:
will be shown in the consumer facing changelog.
Maybe something like the following would be better.
chore: remove unused result from pg_advisory_lock
This way
lib/sequel/extensions/pg_advisory_lock.rb
to silence rubocop errors and also theresult
variable is unused anyway