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

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

[nongnu] elpa/hyperdrive 6d7fe5212e 09/14: WIP: Omit lint-checkdoc and l


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 6d7fe5212e 09/14: WIP: Omit lint-checkdoc and lint-indent
Date: Tue, 26 Sep 2023 19:02:42 -0400 (EDT)

branch: elpa/hyperdrive
commit 6d7fe5212e1c11c39ac3aa298db2264bd45084eb
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    WIP: Omit lint-checkdoc and lint-indent
    
    These tests are virtually guaranteed to fail on one version of Emacs
    or another, so as we start to test on multiple versions, they're not
    especially useful on CI.
---
 .build.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.build.yml b/.build.yml
index 18cc2528ad..ba9d1a7230 100644
--- a/.build.yml
+++ b/.build.yml
@@ -13,7 +13,8 @@ tasks:
   - initialize-sandbox: |
       cd hyperdrive.el
       ./makem/makem.sh -vvv --sandbox=.sandbox --install-deps --install-linters
+  # We specify the rules so we can omit lint-checkdoc and lint-indent, which 
we'll just run locally.
   - all: |
       cd hyperdrive.el
-      ./makem/makem.sh -vvv --sandbox=.sandbox all
+      ./makem/makem.sh -vvv --sandbox=.sandbox lint-compile lint-declare 
lint-package lint-regexps tests
 



reply via email to

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