Fork me on GitHub
#releases
<
2023-05-12
>
Noah Bogart14:05:32

https://github.com/NoahTheDuke/splint: Linter focused on style and code shape 1.5.0 New rule: • metrics/fn-length: Function bodies shouldn't be longer than 10 lines. Has :body and :defn styles, and :length configurable value to set maximum length. (Off by default) Added: • Tracking end position of diagnostics. • Tracking position of function bodies that aren't wrapped in lists already (`(defn foo [] a b c)` will mark the location of the start of the vector to the closing parenthesis). Fixed • style/multiple-arity-order will properly handle functions with :arglists metadata. • Binding patterns bind when binding value is falsey. • Skip #(.someMethod %) in lint/fn-wrapper. • Skip and and or in style/prefer-condp.

🎉 2