[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/cider c0861efe4c: Update Eldev config (#3620)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/cider c0861efe4c: Update Eldev config (#3620) |
Date: |
Tue, 13 Feb 2024 00:59:05 -0500 (EST) |
branch: elpa/cider
commit c0861efe4c199355e6c61be17d8251a80fc071f7
Author: p4v4n <pavan.mantha99@gmail.com>
Commit: GitHub <noreply@github.com>
Update Eldev config (#3620)
---
.circleci/config.yml | 4 ++--
Eldev | 5 +++--
Makefile | 4 ++--
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ff4189d64e..5e843a02ff 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -48,7 +48,7 @@ commands:
steps:
- run:
name: Run Elisp-lint
- command: eldev lint
+ command: eldev lint -c
- run:
name: Byte-compile .el files
command: eldev -dtT compile --warnings-as-errors
@@ -106,7 +106,7 @@ jobs:
- run:
name: Install Emacs latest
command: |
- choco install emacs
+ choco install emacs -y
- setup-windows
- test
diff --git a/Eldev b/Eldev
index 43a232c666..33656d2ea2 100644
--- a/Eldev
+++ b/Eldev
@@ -1,8 +1,9 @@
-; -*- mode: emacs-lisp; lexical-binding: t; no-byte-compile: t -*-
+; -*- mode: emacs-lisp; lexical-binding: t -*-
-(eldev-require-version "0.6")
+(eldev-require-version "1.8.2")
(eldev-use-package-archive 'gnu)
+
;; For compatibility; e.g. with MELPA Stable one test fails.
(eldev-use-package-archive 'melpa-unstable)
diff --git a/Makefile b/Makefile
index 3c30afe99a..2fc0ae7579 100644
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,13 @@
# Remove byte-compilation artifacts, which can alter the result of the test
suite:
clean:
- cd ~/.emacs.d; find . -type f -name "*.elc" -exec rm {} +
+ eldev clean
# You can find a generic `eldev` installation script in
https://github.com/emacs-eldev/eldev/blob/master/webinstall/eldev
# (Don't use the one defined for CircleCI in your local machine)
lint: clean
- eldev lint
+ eldev lint -c
# Checks for byte-compilation warnings.
compile: clean
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/cider c0861efe4c: Update Eldev config (#3620),
ELPA Syncer <=