You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small change request. I'm using an elisp file to run the lints, using --script rather than --batch to push more work into elisp and less bash / Makefile.
The printing in batch mode is appropriate to this style, but the unconditional exit behavior is not:
Small change request. I'm using an elisp file to run the lints, using
--script
rather than--batch
to push more work into elisp and less bash / Makefile.The printing in batch mode is appropriate to this style, but the unconditional exit behavior is not:
https://github.com/gonewest818/elisp-lint/blob/master/elisp-lint.el#L511
I want to change my configuration between invocation on the package lisp and the test lisp, specifically
--no-package-lint
on tests.Can this get a switch to return the exit code instead of exiting on it?
The text was updated successfully, but these errors were encountered: