[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/el-job 2b52e884cc 117/143: Lint
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/el-job 2b52e884cc 117/143: Lint |
Date: |
Fri, 21 Mar 2025 19:00:35 -0400 (EDT) |
branch: elpa/el-job
commit 2b52e884ccc6aeb71250741b844991471c552536
Author: Martin Edström <meedstrom91@gmail.com>
Commit: Martin Edström <meedstrom91@gmail.com>
Lint
---
.github/workflows/test.yml | 15 ++++++++-------
el-job.el | 2 +-
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d8b17f552a..68fd626edb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -61,14 +61,15 @@ jobs:
echo "SANDBOX_DIR=$SANDBOX_DIR" >> $GITHUB_ENV
./makem.sh -vv --sandbox=$SANDBOX_DIR --install-deps --install-linters
- # The "all" rule is not used, because it treats compilation warnings
- # as failures, so linting and testing are run as separate steps.
-
- - name: Lint
- # NOTE: Uncomment this line to treat lint failures as passing
- # so the job doesn't show failure.
+ # No checkdoc because I don't want to add ispell word exceptions
+ - name: Lint (sans checkdoc)
# continue-on-error: true
- run: ./makem.sh -vv --sandbox=$SANDBOX_DIR lint
+ run: ./makem.sh -vv --sandbox=$SANDBOX_DIR \
+ lint-compile \
+ lint-declare \
+ lint-indent \
+ lint-package \
+ lint-regexps
- name: Test
if: always() # Run test even if linting fails.
diff --git a/el-job.el b/el-job.el
index f2baa12dd8..b9ec7cbb8b 100644
--- a/el-job.el
+++ b/el-job.el
@@ -47,7 +47,7 @@
(require 'cl-lib)
(require 'el-job-child)
-;; Seems not to work on the GitHub Action at .github/workflows/test.yml
+;; Seems not to work on the CI at .github/workflows/test.yml
;; (declare-function native-comp-unit-file "data.c")
;; (declare-function subr-native-comp-unit "data.c")
- [nongnu] elpa/el-job 68297e8d8a 073/143: Release version 1.0.0, (continued)
- [nongnu] elpa/el-job 68297e8d8a 073/143: Release version 1.0.0, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 127b68e005 080/143: Release version 1.0.4, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 3a042190a0 068/143: Internal rename, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job edb0a16b71 046/143: Remove :eval-once, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 0b180cc276 112/143: Comments, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job bbaf49fa17 056/143: Turn an error into polite debug message, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 70bdb8fea5 055/143: Polish, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job ad229ec4ba 110/143: CI, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 96c1d0bf4f 119/143: Safer let-binding inside while-loop, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job bbf11134fb 060/143: Merge branch 'dev', ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 2b52e884cc 117/143: Lint,
ELPA Syncer <=
- [nongnu] elpa/el-job 01b330043c 010/143: ., ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 6323ebbb67 014/143: Separate child init from accepting input, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 40f86f79fc 028/143: Clarifications, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 15b821ebb2 086/143: Don't handle deprecated usage, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 3d59e81d41 094/143: Polish, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job a70b492bf4 105/143: Release version 2.1.0, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 73835a02a0 103/143: Try to be compatible with Emacs 28, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job ca15123593 064/143: Readme, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 349761d380 120/143: Add checkdoc to CI, without ispell, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job d501872523 118/143: Lint, ELPA Syncer, 2025/03/21