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
Yes, it's not made to be disabled.
You can see that from a table in the readme.
Feel free to file an issue and follow up with a PR 🙂
ah right, I didn't notice that some things could not be disabled at all