-
Hi, @phronmophobic. Would you be open to expanding the config map which Dewey passes to clj-kondo?
My code is relying on `{:var-definitions {:meta [:arglists]}}` for handling some edge cases, part…
-
Corgi aims to be a fairly minimal config, while at the same time being fairly complete when it comes to Clojure development. You should have a setup out of the box that gives you the amenities you wou…
-
I have been using this clj-kondo asdf plugin for a few months and it's been great:
- It makes it easy to stay up-to-date with clj-kondo releases
- I can easily switch between clj-kondo versions to…
-
It would be great to be able to specify a clj-kondo version when running this action. The benefits would be that changes in clj-kondo can't break anyone's build and also people might upgrade more cons…
-
I think it would be cool if we could make this line dynamic:
https://github.com/clj-kondo/clj-kondo-bb/blob/main/src/clj_kondo/core.bb#LL5C50-L5C50
Example:
```
(def clj-kondo-version (or (S…
-
Hey @liquidz!
If a namespace has `#_{:clj-kondo/ignore [:deprecated-namespace]}` above a required namespace, it is removed after running `:IcedCleanNs`. Would it be possible for the command to reta…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue …
-
Would it be possible to specify the path to clj-kondo instead of needing to have it globally available?
The use case I'd like to enable is to have a local clj-kondo install and point the extension …
-
First, a big thanks for creating this tool. I use often and very happily!
While checking on of my projects for outdated dependencies I noticed that clj-kondo was not reported as outdated.
If …
lread updated
3 years ago
-
Clip lifecycle functions are marked as unused by clj-kondo. This can be resolve by ignoring the form but I think it could be a nicer UX and a clearer intent if clip exported a clj-kondo config such th…