Skip to content

v1.19.0

Latest
Compare
Choose a tag to compare
@NoahTheDuke NoahTheDuke released this 26 Nov 20:22
· 1 commit to main since this release

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.