clj-kondo

https://github.com/clj-kondo/clj-kondo
borkdude 2021-02-26T19:00:09.037500Z

Any thoughts on the proposal for this new linter? https://github.com/clj-kondo/clj-kondo/issues/1179

metame 2021-02-26T19:21:21.037800Z

We try to enforce snake_case keywords. Seems this could conceivably be used to enforce that by providing a regex?

borkdude 2021-02-26T19:22:26.038Z

yes, you could do that. feedback welcome in the issue.

borkdude 2021-02-26T19:22:54.038200Z

however, if you interact with a lib which has non snake keywords, how would you get past the linter warnings?

metame 2021-02-26T19:28:25.038400Z

Ya not sure if itโ€™s actually a good idea yet, just thinking about it ๐Ÿ˜‰