[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 81c5ffb4ff: Meta: Remove automated check-declar
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 81c5ffb4ff: Meta: Remove automated check-declare linter broken by shorthands |
Date: |
Sat, 3 Feb 2024 03:59:59 -0500 (EST) |
branch: elpa/hyperdrive
commit 81c5ffb4ff129b0d5ab45f399e24c2bd70b083b1
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Meta: Remove automated check-declare linter broken by shorthands
We can re-enable it when linting snapshot after bug#67523 and
bug#67390 are resolved.
---
.builds/emacs-28.2.yml | 3 +--
.builds/emacs-29.1.yml | 3 +--
.builds/emacs-snapshot.yml | 4 ++--
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/.builds/emacs-28.2.yml b/.builds/emacs-28.2.yml
index 8582deb47e..e059a410e7 100644
--- a/.builds/emacs-28.2.yml
+++ b/.builds/emacs-28.2.yml
@@ -19,5 +19,4 @@ tasks:
# <https://github.com/purcell/package-lint/issues/227> is
# solved.
cd hyperdrive.el
- ./makem/makem.sh -vvv --sandbox=.sandbox lint-compile lint-declare
lint-regexps tests
-
+ ./makem/makem.sh -vvv --sandbox=.sandbox lint-compile lint-regexps tests
diff --git a/.builds/emacs-29.1.yml b/.builds/emacs-29.1.yml
index 9b37a7f90d..079cf059cf 100644
--- a/.builds/emacs-29.1.yml
+++ b/.builds/emacs-29.1.yml
@@ -19,5 +19,4 @@ tasks:
# <https://github.com/purcell/package-lint/issues/227> is
# solved.
cd hyperdrive.el
- ./makem/makem.sh -vvv --sandbox=.sandbox lint-compile lint-declare
lint-regexps tests
-
+ ./makem/makem.sh -vvv --sandbox=.sandbox lint-compile lint-regexps tests
diff --git a/.builds/emacs-snapshot.yml b/.builds/emacs-snapshot.yml
index f06a82f646..a26118b486 100644
--- a/.builds/emacs-snapshot.yml
+++ b/.builds/emacs-snapshot.yml
@@ -19,5 +19,5 @@ tasks:
# <https://github.com/purcell/package-lint/issues/227> is
# solved.
cd hyperdrive.el
- ./makem/makem.sh -vvv --sandbox=.sandbox lint-compile lint-declare
lint-regexps tests
-
+ # TODO: Re-enable lint-declare once bug#67523 and bug#67390 are resolved
+ ./makem/makem.sh -vvv --sandbox=.sandbox lint-compile lint-regexps tests
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/hyperdrive 81c5ffb4ff: Meta: Remove automated check-declare linter broken by shorthands,
ELPA Syncer <=