]> git.eshelyaron.com Git - emacs.git/commit
Make `checkdoc-verb-check-experimental-flag` default to nil
authorStefan Kangas <stefankangas@gmail.com>
Sun, 7 Jul 2024 11:40:59 +0000 (13:40 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 8 Jul 2024 20:57:42 +0000 (22:57 +0200)
commitcfaf4d43d05c989fdc480ea00288c189f36574c4
tree76dd920cb1229f208382d9c15820200c247b9b49
parentf92160c1899587e1e0db81a83d8ae6a3ab78652c
Make `checkdoc-verb-check-experimental-flag` default to nil

This user option leads to a very large amount of false positives in
practice.  In my personal experience, almost all occurrences that are
flagged are false positives.  Flipping the default to something less
intrusive should hopefully encourage more use of checkdoc.

* lisp/emacs-lisp/checkdoc.el
(checkdoc-verb-check-experimental-flag): Switch the default to nil.

(cherry picked from commit 44a3b21d7b8fad3b3ef42bf233ec882856b81177)
etc/NEWS
lisp/emacs-lisp/checkdoc.el