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

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

[nongnu] elpa/evil-nerd-commenter ce5ffcc545: remove elint


From: ELPA Syncer
Subject: [nongnu] elpa/evil-nerd-commenter ce5ffcc545: remove elint
Date: Mon, 18 Jul 2022 09:58:17 -0400 (EDT)

branch: elpa/evil-nerd-commenter
commit ce5ffcc545a0bd75c194af1d8cf89f89479808bb
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    remove elint
---
 Makefile          |  3 ---
 tests/my-elint.el | 33 ---------------------------------
 2 files changed, 36 deletions(-)

diff --git a/Makefile b/Makefile
index 47083ce749..565e4e6f34 100644
--- a/Makefile
+++ b/Makefile
@@ -24,9 +24,6 @@ deps:
        @if [ ! -f deps/evil-1.14.2/evil.el ]; then curl -L 
https://stable.melpa.org/packages/evil-1.14.2.tar | tar x -C deps/; fi;
        @if [ ! -f deps/web-mode.el ]; then curl -L 
https://raw.githubusercontent.com/fxbois/web-mode/master/web-mode.el > 
deps/web-mode.el; fi;
 
-lint: deps
-       @$(EMACS) $(EMACS_BATCH_OPTS) -l tests/my-elint.el 2>&1 | grep -E 
"([Ee]rror|[Ww]arning):" && exit 1 || exit 0
-
 compile: deps
        $(RM) *.elc
        @$(EMACS) $(EMACS_BATCH_OPTS) -l tests/my-byte-compile.el 2>&1 | grep 
-E "([Ee]rror|[Ww]arning):" && exit 1 || exit 0
diff --git a/tests/my-elint.el b/tests/my-elint.el
deleted file mode 100644
index 8dbdd80a91..0000000000
--- a/tests/my-elint.el
+++ /dev/null
@@ -1,33 +0,0 @@
-;;; my-elint.el --- syntax check the code  -*- lexical-binding: t -*-
-
-;; Copyright (C) 2022 Free Software Foundation, Inc.
-;;
-;; Author: Chen Bin <chenbin.sh@gmail.com>
-
-;; This file is NOT part of GNU Emacs.
-
-;; This program is free software; you can redistribute it and/or modify
-;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 3, or (at your option)
-;; any later version.
-
-;; This program is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;; GNU General Public License for more details.
-
-;; You should have received a copy of the GNU General Public License
-;; along with this program; if not, see <https://www.gnu.org/licenses/>.
-
-;;; Commentary:
-;;  Syntax check the code.  It's used in Emacs cli.
-;;
-
-;;; Code:
-(require 'elint)
-
-(let ((elint-directory-skip-re 
"\\(\\.dir-locals\\|ldefs-boot\\|loaddefs\\)\\.el\\'"))
-  (elint-directory "."))
-
-(provide 'my-elint)
-;;; my-elint.el ends here



reply via email to

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