Any thoughts on the proposal for this new linter? https://github.com/clj-kondo/clj-kondo/issues/1179
We try to enforce snake_case keywords. Seems this could conceivably be used to enforce that by providing a regex?
yes, you could do that. feedback welcome in the issue.
however, if you interact with a lib which has non snake keywords, how would you get past the linter warnings?
Ya not sure if itโs actually a good idea yet, just thinking about it ๐