Hacker News new | ask | show | jobs
by venthur 1721 days ago
Does anyone know which linters exactly they were using?
1 comments

We wrote our own linters that hooked into the `sql.active_record` event emitted by ActiveRecord when a query gets executed.

See https://api.rubyonrails.org/classes/ActiveSupport/Notificati... for the API to subscribe to these notifications.