clj-kondo / clj-kondo

Static analyzer and linter for Clojure code that sparks joy
Eclipse Public License 1.0
1.72k stars 293 forks source link

Analysis input config file format #1004

Open borkdude opened 4 years ago

borkdude commented 4 years ago

Tools using a REPL-assisted static analysis approach like https://github.com/clj-kondo/inspector can dump information about vars in namespaces into a file. It would be nice to have a general format for this. The inspector tool only dumps info for the :type-mismatch linter, but in the cache we already have a more general format.

One potential issue: so far our linter config format hasn't really accounted for difference between CLJ and CLJS. Maybe it should in this case?

Alternative: use stubs. See clj-easy/stub.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically marked as expired because it has not had recent activity. To prevent it from being closed, please leave a message. Additionally, consider giving the original message a thumbs up if this issue is important to you, so it will appear higher in this list. Thank you for your contributions!