Skip to content

Commit

Permalink
Silence imprecise checkdoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed May 9, 2020
1 parent 7601d3f commit d1ffb21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maint/flycheck-checkdoc.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ location and error message."
;; Switch to Emacs Lisp mode to give checkdoc the proper syntax table, etc.
(delay-mode-hooks (emacs-lisp-mode))
(setq delay-mode-hooks nil)
(let ((checkdoc-arguments-in-order-flag nil))
(let ((checkdoc-arguments-in-order-flag nil)
(checkdoc-verb-check-experimental-flag nil))
(checkdoc-current-buffer 'take-notes))
(flycheck/checkdoc-get-current-errors)))

Expand Down

0 comments on commit d1ffb21

Please sign in to comment.