Skip to content

Instantly share code, notes, and snippets.

@akirak
Created April 20, 2018 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akirak/f53d7a09b36ef40fa216631672e06582 to your computer and use it in GitHub Desktop.
Save akirak/f53d7a09b36ef40fa216631672e06582 to your computer and use it in GitHub Desktop.
Run package-lint with packages in MELPA
(require 'package)
(push '("melpa" . "http://melpa.org/packages/") package-archives)
(package-initialize)
(package-refresh-contents)
(require 'package-lint)
(package-lint-batch-and-exit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment