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

Provide clj-kondo hooks for user-facing macros #1

Open
neshtea opened this issue May 14, 2024 · 0 comments
Open

Provide clj-kondo hooks for user-facing macros #1

neshtea opened this issue May 14, 2024 · 0 comments

Comments

@neshtea
Copy link
Member

neshtea commented May 14, 2024

It is pretty common to use a linter such as clj-kondo to do basic linting and static analysis on Clojure code. LSP backends also use clj-kondo to do analysis by default.

Since active-data exports quite a few user-facing macros (e.g. active.data.record/def-record), we should provide hooks for clj-kondo to analyse marcos correctly.

We've done this for reacl-c and, in a less than ideal way, in active-kondo in the past, so it should be quite easy to add it here, too.

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

No branches or pull requests

1 participant