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
melpa's CONTRIBUTING.org file and their pull request checklist suggest running several checks on our code. These checks revealed some warnings that could be addressed to improve code cleanliness and stability:
run package-lint and follow recommendations
run byte-compile-file to ensure elisp byte-compiles cleanly
run M-x checkdoc to verify it is happy with our docstrings
The text was updated successfully, but these errors were encountered:
melpa's CONTRIBUTING.org file and their pull request checklist suggest running several checks on our code. These checks revealed some warnings that could be addressed to improve code cleanliness and stability:
package-lint
and follow recommendationsbyte-compile-file
to ensure elisp byte-compiles cleanlyM-x checkdoc
to verify it is happy with our docstringsThe text was updated successfully, but these errors were encountered: