[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstring
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstring first sentences |
Date: |
Thu, 21 Sep 2023 03:59:11 -0400 (EDT) |
branch: elpa/cider
commit cf3c76a3c2c09a1549757eeb20cd9548bf3e9364
Author: vemv <vemv@users.noreply.github.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Eldev: enable slightly longer docstring first sentences
---
Eldev | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Eldev b/Eldev
index 5dc49631ff..1a1426362d 100644
--- a/Eldev
+++ b/Eldev
@@ -33,6 +33,9 @@
(signal 'eldev-wrong-option-usage `("unknown test type `%s'" ,type)))
(setf cider-test-type (intern type)))
+(setq byte-compile-docstring-max-column 100) ;; slightly increase the maximum
(applies to checkdoc and the byte compiler alike)
+(setq checkdoc-permit-comma-termination-flag t) ;; allow commas to indicate
that the first sentence continues, which enables longer first sentences
+
(add-hook 'eldev-test-hook
(lambda ()
(eldev-verbose "Using cider tests of type `%s'" cider-test-type)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstring first sentences,
ELPA Syncer <=