emacs-eldev / eldev

Elisp development tool
https://emacs-eldev.github.io/eldev/
GNU General Public License v3.0
229 stars 17 forks source link

Support package-lint #3

Closed DamienCassou closed 4 years ago

DamienCassou commented 4 years ago

package-lint is a package that checks package related meta-data in an Emacs lisp file and a bunch of other package-related properties. It is useful to make sure that an Emacs lisp package plays nicely with the others.

It would be great to add support for package-lint in eldev. makem.sh has support for package-lint already so you can have a look if you want.

doublep commented 4 years ago

Done in 0.2.