emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/anzu 2e69955da9 271/288: clean up "make lint" rule in Make


From: ELPA Syncer
Subject: [nongnu] elpa/anzu 2e69955da9 271/288: clean up "make lint" rule in Makefile
Date: Thu, 6 Jan 2022 03:58:59 -0500 (EST)

branch: elpa/anzu
commit 2e69955da9e0830708e3915fae47ded1e18202fb
Author: Neil Okamoto <neil.okamoto@gmail.com>
Commit: Neil Okamoto <neil.okamoto@gmail.com>

    clean up "make lint" rule in Makefile
---
 Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 28276e80b3..ee7e7d1406 100644
--- a/Makefile
+++ b/Makefile
@@ -15,11 +15,8 @@ version: elpa
        $(CASK) exec $(EMACS) --version
 
 lint: elpa
-       $(CASK) exec $(EMACS) -Q --batch \
-           --exec "(require 'package)" \
-           --exec "(add-to-list 'package-archives '(\"melpa\" . 
\"https://melpa.org/packages\";) t)" \
-           --exec "(package-initialize)" \
-           --exec "(require 'elisp-lint)" \
+       $(CASK) exec $(EMACS) -Q --batch $(LOADPATH) \
+           -l elisp-lint.el \
            -f elisp-lint-files-batch \
            --no-checkdoc \
            --no-fill-column \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]