Skip to content

Commit 3c1c0f0

Browse files
committed
Ignore check-declare lint validator
1 parent a23cc0a commit 3c1c0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Eldev

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
(with-eval-after-load 'elisp-lint
2121
;; We will byte-compile with Eldev.
22-
(setf elisp-lint-ignored-validators '("package-lint" "fill-column" "byte-compile" "checkdoc")
22+
(setf elisp-lint-ignored-validators '("fill-column" "check-declare")
2323
enable-local-variables :safe))
2424

2525
(setq eldev-project-main-file "clojure-ts-mode.el")

0 commit comments

Comments
 (0)