[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstr
From: |
Stefan Monnier |
Subject: |
Re: [nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstring first sentences |
Date: |
Thu, 21 Sep 2023 09:15:10 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
[ Sorry, "vemv" is not in the Cc because it used a bogus email
address. ]
> --- 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)))
Wouldn't it make more sense to set those via `.dir-locals.el`?
Stefan
- Re: [nongnu] elpa/cider cf3c76a3c2: Eldev: enable slightly longer docstring first sentences,
Stefan Monnier <=