This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-18
Channels
- # adventofcode (40)
- # aleph (8)
- # announcements (2)
- # beginners (27)
- # calva (3)
- # cider (3)
- # clj-kondo (21)
- # cljsrn (9)
- # clojure (122)
- # clojure-europe (38)
- # clojure-france (93)
- # clojure-nl (2)
- # clojure-spec (1)
- # clojure-uk (32)
- # clojuredesign-podcast (1)
- # clojurescript (10)
- # community-development (11)
- # conjure (14)
- # cursive (11)
- # datalog (7)
- # depstar (21)
- # emacs (31)
- # fulcro (85)
- # google-cloud (1)
- # graalvm (1)
- # graphql (7)
- # jobs-discuss (3)
- # joker (1)
- # kaocha (14)
- # pathom (2)
- # re-frame (1)
- # reagent (1)
- # reitit (6)
- # reveal (50)
- # shadow-cljs (64)
- # spacemacs (8)
- # tools-deps (5)
That's been suggested as a external tool that takes the output, as to not bloat the main binary.
Carve is one of the tools that does rewriting based on clj-kondo output: https://github.com/borkdude/carve
Carve is super handy.
Kibit might provide some inspiration, https://github.com/jonase/kibit
It's not so much a matter that it's not possible, it's just not something I find very important. The scope of clj-kondo is already big enough to spend time on existing issues in the backlog.
Tools like clojure-lsp may pick up on clj-kondo's output and do it as part of the editor functionality for example
As a flycheck user myself, it would be nice if I could train it to solve common errors in a way I specify
https://github.com/neomake/neomake/pull/2516 will update clj-kondo docs following this being merged. :)
hi, I just saw this:
npm audit
npm ERR! code ELOCKVERIFY
npm ERR! Errors were found in your package-lock.json, run npm install to fix them.
npm ERR! Invalid: lock file's [email protected] does not satisfy [email protected]
npm ERR! A complete log of this run can be found in:
npm ERR! /home/ieugen/.gradle/caches/npm/_logs/2020-12-18T18_20_59_575Z-debug.log
@eugen.stan I'm not sure what this is. I don't maintain the npm package, but you could try post an issue at https://github.com/filipesilva/clj-kondo. He will probably suggest that you upgrade it
thanks, will contact him. is the output of npm audit. Running npx npm-check-updates shows I am up to date
I did upgrade just now and everything is ok, strange that the update was not visible with the npm-check-updates
If you are using the VSCode plugin, consider leaving a review: https://marketplace.visualstudio.com/items?itemName=borkdude.clj-kondo It's been downloaded 30k+ times but it has only 3 reviews :)