elisp-lint is a basic linter to validate elisp packages you are writing.

Today I pushed some significant changes which are now available on MELPA.

Changes:

  • Print a simpler summary report of all tests organized by file, and sorted by line number.
  • Integrate package-lint as a convenience. This was a long standing request.
  • Also removed the package-format check (which used package-buffer-info under the hood) as package-lint is more comprehensive.
  • Colorized the output for readability.
  • Minimum requirement is now Emacs 24.4 or newer.

https://github.com/gonewest818/elisp-lint