Skip to content

Commit 9bbae69

Browse files
p4v4nbbatsov
authored andcommitted
Ignore check-declare validator for linting
- to fix "treesit.c file not found" error from eldev
1 parent 4ec0c61 commit 9bbae69

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
@@ -21,7 +21,7 @@
2121

2222
(with-eval-after-load 'elisp-lint
2323
;; We will byte-compile with Eldev.
24-
(setf elisp-lint-ignored-validators '("fill-column")
24+
(setf elisp-lint-ignored-validators '("fill-column" "check-declare")
2525
enable-local-variables :safe))
2626

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

0 commit comments

Comments
 (0)