This is a minor change suggested by me in #31, and also agreed to by the original author of ...-no-color change.
To quote:
Would be nice if elisp-lint--no-color was made public (i.e. elisp-lint-no-color) instead and settable (defvar instead of defconst). For any tool that integrates with the linter (in my case it's Eldev), it might be a desired thing to forward a higher-level setting to the linter. And it's always better to go via public interface and not meddle with private variables.
This is a minor change suggested by me in #31, and also agreed to by the original author of
...-no-color
change.To quote: