New Rules
lint/defmethod-names
: Require thatdefmethod
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.)