clj-kondo

danieroux 2025-08-18T10:24:05.313589Z

Is there a way to get [:analysis :keyword-usages] - equivalent to [:analysis :var-usages]?

borkdude 2025-08-18T10:24:52.890239Z

yes

borkdude 2025-08-18T10:26:04.453819Z

the docs are here: https://github.com/clj-kondo/clj-kondo/tree/master/analysis just set :keywords true in the :analysis config

danieroux 2025-08-18T10:38:35.619459Z

🤦🏻‍♂️

danieroux 2025-08-18T10:38:45.000819Z

Should have found that, thank you

borkdude 2025-08-18T10:40:19.943169Z

No worries :)