Created
April 20, 2018 09:22
-
-
Save akirak/f53d7a09b36ef40fa216631672e06582 to your computer and use it in GitHub Desktop.
Run package-lint with packages in MELPA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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