clj-kondo supports inline hints such as #_:clj-kondo/ignore to suppress lint warnings. carve allows ignoring unused vars via config file. It would be nice to be able to collocate suppression with the actual code using hints, e.g., #_:carve/ignore
https://clojurians.slack.com/archives/CHY97NXE2/p1769187974456339
clj-kondo supports inline hints such as
#_:clj-kondo/ignoreto suppress lint warnings. carve allows ignoring unused vars via config file. It would be nice to be able to collocate suppression with the actual code using hints, e.g.,#_:carve/ignorehttps://clojurians.slack.com/archives/CHY97NXE2/p1769187974456339