[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/llm 87ae7a13ac: Remove checkdoc from the CI, perhaps te
From: |
ELPA Syncer |
Subject: |
[elpa] externals/llm 87ae7a13ac: Remove checkdoc from the CI, perhaps temporarily |
Date: |
Sat, 24 Feb 2024 01:04:44 -0500 (EST) |
branch: externals/llm
commit 87ae7a13acbcd3f82ffc55fc26f1da30c7b64978
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>
Remove checkdoc from the CI, perhaps temporarily
The issue with checkdoc is that it is doesn't deal with generic functions
correctly (for example, it will complain about missing generic function
specialization docstrings even when the definition has a docstring).
---
.github/workflows/melpa.yml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/melpa.yml b/.github/workflows/melpa.yml
index 8ce4adcc78..e32e0a5f67 100644
--- a/.github/workflows/melpa.yml
+++ b/.github/workflows/melpa.yml
@@ -1,5 +1,3 @@
-# This is a basic workflow to help you get started with Actions
-
name: CI
# Controls when the workflow will run
@@ -30,7 +28,12 @@ jobs:
warnings_as_errors:
- false
check:
- - melpa
+ # checkdoc gives too many warnings at the moment, and doesn't deal
+ # with generic functions correctly.
+ - load-file
+ - byte-compile
+ - package-lint
+ - ert
file:
- '*.el'
# Steps represent a sequence of tasks that will be executed as part of the
job
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/llm 87ae7a13ac: Remove checkdoc from the CI, perhaps temporarily,
ELPA Syncer <=