New Rules
style/redundant-nested-call
: Prefer(+ 1 2 3 4)
to(+ 1 2 (+ 3 4))
.
Added
- Table of Contents to each of the rules pages.
Fixed
style/into-literal
ignores when in a threaded context.lint/def-fn
ignores when in a syntax-quoted context.
style/redundant-nested-call
: Prefer (+ 1 2 3 4)
to (+ 1 2 (+ 3 4))
.style/into-literal
ignores when in a threaded context.lint/def-fn
ignores when in a syntax-quoted context.