Fork me on GitHub
#releases
<
2023-05-26
>
Noah Bogart13:05:27

https://github.com/NoahTheDuke/splint: Linter focused on style and code shape 1.7.0 • New rule: metrics/parameter-count: Functions shouldn't have more than 4 positional parameters. Has :positional and :include-rest styles (only positional or include & args rest params too?), and :count configurable value to set maximum number of parameters allowed. • -s / --silent command line flag: Print literally nothing when running Splint. • json / json-pretty output: Print diagnostics as json using clojure.data.json, and the same but prettified. • --no-parallel was producing a lazy seq, now consumes to actually check all files. Oops lol. • Many other smaller fixes and changes

🎉 2
emilaasa13:05:00

lold - EDIT sorry cat on the keyboard 😄

😂 4
🐈 14
Karol Wójcik14:05:52

Totally agree 👍

tony.kay15:05:16

Fulcro RAD 1.5.0 https://github.com/fulcrologic/fulcro-rad Bugfix: Fixed reference validation checking in forms. NOTE: This fix may cause your existing forms to enforce (correct) constraints that were not previously enforced, which may appear to be a breaking change to end users. Be sure to test any nested forms when upgrading to this version.

borkdude17:05:11

https://github.com/clj-kondo/clj-kondo: static analyzer and linter for Clojure code that sparks joy Just a few bugfixes since the last release! 2023.05.26 • https://github.com/clj-kondo/clj-kondo/issues/2083: fix regression with :missing-test-assertion introduced in 2023.05.18 • https://github.com/clj-kondo/clj-kondo/issues/2084: add :refers to :refer-all finding • https://github.com/clj-kondo/clj-kondo/issues/2086: false positive missing test assertion with swap!https://github.com/clj-kondo/clj-kondo/issues/2087: honor :config-in-comment for :unused-referred-var

🎉 6
clj-kondo 2
hlship17:05:43

io.github.hlship/cli-tools 0.7 https://github.com/hlship/cli-tools CLIs and subcommands for Clojure or Babashka Significant changes: • Use ANSI fonts to highlight tool names, command names, etc.

🎉 10