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

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

[nongnu] elpa/swift-mode 9f9cabb719 1/2: Update linter


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 9f9cabb719 1/2: Update linter
Date: Fri, 23 Sep 2022 01:59:08 -0400 (EDT)

branch: elpa/swift-mode
commit 9f9cabb719f2cb0438e79eadc0a51153dfed7620
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>

    Update linter
---
 scripts/lint_in_docker.sh | 1 -
 scripts/run_linter.sh     | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lint_in_docker.sh b/scripts/lint_in_docker.sh
index 7f925d985d..c5aeab96bf 100755
--- a/scripts/lint_in_docker.sh
+++ b/scripts/lint_in_docker.sh
@@ -4,7 +4,6 @@
 
 for version in 28 27 26 25 24
 do
-    rm -f *.elc test/*.elc
     docker \
         run \
         --rm \
diff --git a/scripts/run_linter.sh b/scripts/run_linter.sh
index 73b708f21b..55840b17aa 100755
--- a/scripts/run_linter.sh
+++ b/scripts/run_linter.sh
@@ -4,6 +4,7 @@
 
 ./scripts/invoke_eldev.sh emacs --version || exit 1
 find . -name '*.elc' -exec rm '{}' '+' || exit 1
+rm -f *-autoloads.el || exit 1
 ./scripts/invoke_eldev.sh compile --set=all
 find ./*.el test/*.el '!' -name '*autoloads.el' -exec \
      ./scripts/invoke_eldev.sh lint doc re elisp '{}' '+'



reply via email to

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