This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-09
Channels
- # announcements (23)
- # babashka (7)
- # beginners (69)
- # biff (5)
- # calva (12)
- # cider (10)
- # cljfx (9)
- # clojure (60)
- # clojure-austin (1)
- # clojure-europe (14)
- # clojure-korea (2)
- # clojure-losangeles (2)
- # clojure-madison (1)
- # clojure-nl (1)
- # clojure-norway (23)
- # clojure-uk (7)
- # clojuredesign-podcast (16)
- # clojurescript (40)
- # datomic (8)
- # gratitude (4)
- # mount (3)
- # nrepl (2)
- # off-topic (38)
- # pathom (3)
- # releases (1)
- # ring (8)
- # shadow-cljs (7)
https://github.com/NoahTheDuke/splint: a linter focused on style and code shape
https://cljdoc.org/d/io.github.noahtheduke/splint/1.15.2/doc/home
• Fixed --auto-gen-config
. (See https://github.com/NoahTheDuke/splint/issues/16)
• Added contribution documentation.
• Disable lint/dot-class-method
and lint/dot-obj-method
when lint/prefer-method-values
is enabled.
• Add :method-value
style to style/new-object
to suggest (Foo/new ...)
instead of (Foo. ...)
.
• Add table of namespaces to aliases in naming/conventional-aliases
docs.
• naming/record-name
now uses camel-snake-kebab
to check and convert the given record name to PascalCase.
🎉 1
1