gfredericks / test.chuck

A utility library for test.check
Eclipse Public License 1.0
214 stars 26 forks source link

Add clj-kondo config for checking #69

Closed dpassen closed 2 years ago

gfredericks commented 2 years ago

Do you know if it will work with the dots in the paths instead of slashes? image

dpassen commented 2 years ago

According to the kondo docs (https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#exporting), it looks for: clj-kondo.exports/<your-org>/<your-libname>/

I took that to mean dots, but I will try slashes :-)

gfredericks commented 2 years ago

this bit from that link makes me think it's expecting dots image

I was suspicious initially because I assumed the directory structure was supposed to be a classpath, but if it's a maven group & artifact id then the dots make more sense

I'll trust you on whichever is the right way to do it, I just wanted to make sure it was intentional

dpassen commented 2 years ago

This seems right, based on everything I'm seeing, documentation and code examples.

gfredericks commented 2 years ago

Cool, thanks! I'll make a release shortly

gfredericks commented 2 years ago

released as 0.2.12