Skip to content

v1.18.0

Latest
Compare
Choose a tag to compare
@NoahTheDuke NoahTheDuke released this 03 Oct 16:16
· 2 commits to main since this release

New Rules

  • lint/defmethod-names: Require that defmethod calls define a name for the function body. This helps improve stack traces. Suggested names are built from the dispatch value and cannot be trusted to be unique or usable, so while the rule is safe, it does not support autocorrect. Disabled by default.

Fixed

  • style/is-eq-order relaxed expected input to accept any non-quoted list. (See #25.)