Perform a Perform linting of source files through clj-kondo.
clojure -T:project lintThe following options may be provided
:exoscale.project/source-path-exclusions: A regex of paths to exclude, defaults to#"(resources|^target|^classes)"
When a :exoscale.project/modules key is present in the project's
configuration, runs through all configured module to call the
lint task instead of running on the project.