We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23cc0a commit 3c1c0f0Copy full SHA for 3c1c0f0
Eldev
@@ -19,7 +19,7 @@
19
20
(with-eval-after-load 'elisp-lint
21
;; We will byte-compile with Eldev.
22
- (setf elisp-lint-ignored-validators '("package-lint" "fill-column" "byte-compile" "checkdoc")
+ (setf elisp-lint-ignored-validators '("fill-column" "check-declare")
23
enable-local-variables :safe))
24
25
(setq eldev-project-main-file "clojure-ts-mode.el")
0 commit comments