This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-13
Channels
- # announcements (2)
- # babashka (2)
- # beginners (112)
- # calva (29)
- # cider (33)
- # clj-kondo (41)
- # cljdoc (10)
- # cljs-dev (2)
- # clojure (72)
- # clojure-berlin (3)
- # clojure-europe (10)
- # clojure-italy (6)
- # clojure-nl (15)
- # clojure-spec (5)
- # clojure-uk (40)
- # clojurescript (1)
- # clr (6)
- # community-development (6)
- # core-async (21)
- # cursive (42)
- # datascript (12)
- # duct (6)
- # flambo (1)
- # fulcro (50)
- # jobs (1)
- # leiningen (3)
- # off-topic (16)
- # re-frame (6)
- # reagent (23)
- # reitit (7)
- # ring-swagger (14)
- # shadow-cljs (35)
- # tools-deps (39)
- # vim (12)
@gerred awesome! If you want, a PR which adds this to the editor integration docs would be cool
@gerred I think you are referring to linter-joker in a link, but the link says linter-joker (in the README of your package)
excited...
$ echo '(subs "foo" "bar")' | clj-kondo --lint -
<stdin>:1:13: error: Expected a natural integer but received a string.

same for flycheck-clj-kondo, 99% based on flycheck-joker. thanks @roman.bataev
I just made a github action as well for linting with clj-kondo as a check, built right into Github Actions. If anyone here is in the beta, I'm happy to share it with you while I polish it up for release.
I'm working on having it comment on a PR review the exact lines where clj-kondo fails as well, so it's not just "fail the check, look at the logs and good luck"
the only pain is I have to actually test it by PR-ing code that fails clj-kondo, so it's a little more geared for linting public projects that are taking in public PRs.
i just finished up a workflow to release master (and soon special tags) to our github package registry docker. would be happy to help do that for clj-kondo once you're in both.
example: https://github.com/kudobuilder/kudo/commit/c81392ae927ed5ebcfeea1da9c58e8848d5e4751/checks with the resultant docker image: https://github.com/kudobuilder/kudo/packages/22323?version=master
yeah, I can also do that from CircleCI, but I've resisted making releases from master until now, because people will start to depend on it 😉
you can listen on any built-in GH event, like issues/pull requests, comments, everything.
I've added a few more functions like into, map, filter, keep, etc. Anyone wanna test?