Fork me on GitHub
#clj-kondo
<
2021-02-26
>
borkdude19:02:09

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

metame19:02:21

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

borkdude19:02:26

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

borkdude19:02:54

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

metame19:02:25

Ya not sure if it’s actually a good idea yet, just thinking about it 😉