eastwood

All things realted to eastwood - the Clojure linter
2019-10-21T11:07:52.021800Z

Any idea why this I can't disable this warning:

(disable-warning
 {:linter :no-ns-form-found
  :reason "acceptance tests files don't have a ns"})
I'm getting this error
Unknown error: java.lang.IllegalArgumentException: No matching clause: :no-ns-form-found
java.lang.IllegalArgumentException: No matching clause: :no-ns-form-found

slipset 2019-10-21T11:14:18.022400Z

Yes, it's not made to be disabled.

slipset 2019-10-21T11:14:32.022700Z

You can see that from a table in the readme.

slipset 2019-10-21T11:15:01.023200Z

Feel free to file an issue and follow up with a PR 🙂

2019-10-21T12:30:42.023700Z

ah right, I didn't notice that some things could not be disabled at all