Discover how to maintain high-quality Emacs Lisp packages in this 34-minute conference talk from EmacsConf 2019. Learn to configure essential tools like flycheck, package-lint, checkdoc, and ERT for local quality checks. Explore continuous integration setup for GitHub and GitLab to ensure each commit meets quality standards before merging. Gain insights into MELPA's quality guidelines, effective naming conventions, docstring best practices, and automated testing strategies. Master the use of tools such as cask, emacs-package-checker, emake, and makel for remote setups and CI configurations. Understand how to leverage Makefiles for dependency management and command aliasing in continuous integration environments.
Continuously Checking for Quality of Your Packages