We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec0c61 commit 9bbae69Copy full SHA for 9bbae69
Eldev
@@ -21,7 +21,7 @@
21
22
(with-eval-after-load 'elisp-lint
23
;; We will byte-compile with Eldev.
24
- (setf elisp-lint-ignored-validators '("fill-column")
+ (setf elisp-lint-ignored-validators '("fill-column" "check-declare")
25
enable-local-variables :safe))
26
27
(setq eldev-project-main-file "clojure-ts-mode.el")
0 commit comments