Skip to content

Commit

Permalink
Ignore check-declare validator for linting
Browse files Browse the repository at this point in the history
  - to fix "treesit.c file not found" error from eldev
  • Loading branch information
p4v4n authored and bbatsov committed Feb 13, 2024
1 parent 4ec0c61 commit 9bbae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Eldev
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

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

0 comments on commit 9bbae69

Please sign in to comment.