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

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

[nongnu] elpa/rust-mode a403e4ae51 3/6: Disable checkdoc and lint for no


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode a403e4ae51 3/6: Disable checkdoc and lint for now
Date: Thu, 28 Apr 2022 06:58:52 -0400 (EDT)

branch: elpa/rust-mode
commit a403e4ae516e3efff55941c3dbe05be10ddc1021
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>

    Disable checkdoc and lint for now
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 876ea22497..9299917c61 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ DEPS  =
 LOAD_PATH  ?= $(addprefix -L ../,$(DEPS))
 LOAD_PATH  += -L .
 
-ci: build compile checkdoc lint test
+# TODO: add checkdoc and lint
+ci: build compile checkdoc
 
 build:
        $(EASK) package



reply via email to

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