Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make clj-depend more extensible through hooks #50

Open
fabiodomingues opened this issue Apr 6, 2024 · 0 comments
Open

Make clj-depend more extensible through hooks #50

fabiodomingues opened this issue Apr 6, 2024 · 0 comments

Comments

@fabiodomingues
Copy link
Owner

clj-depend was created to be a Clojure namespace dependency analyzer. For the project's objective to remain true, it is necessary to make it more extensible, so that people can build their own checks using clj-depend itself instead of building parallel tools or building linters using other tools (that do not have the exclusive objective of being a namespace analyzer as clj-depend).

A good reference is how hooks work in clj-kondo: https://github.com/clj-kondo/clj-kondo/blob/master/doc/hooks.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant