camsaul / methodical

Functional and flexible multimethods for Clojure. Nondestructive multimethod construction, CLOS-style aux methods and method combinations, partial-default dispatch, easy next-method invocation, helpful debugging tools, and more.
Eclipse Public License 2.0
295 stars 19 forks source link

Kondo linter config for `defmethod` should do something that makes `next-method` an error when called with the wrong number of args #109

Closed camsaul closed 2 years ago

camsaul commented 2 years ago

I think we we have next-method let-bound to a fn form then it would trigger that error.