Closed ideasman42 closed 3 years ago
Cleanup: use '--' separator for private functions
Currently package-lint-current-buffer warns about breaking the convention of using dashes for separators.
While this can't be changed with the public functions, the convention can be used for private functions.
This also has the advantage of abbreviating function display with nameless-mode.
Thank you.
Cleanup: use '--' separator for private functions
Currently package-lint-current-buffer warns about breaking the convention of using dashes for separators.
While this can't be changed with the public functions, the convention can be used for private functions.
This also has the advantage of abbreviating function display with nameless-mode.