Skip to content

Commit 0dd4f2a

Browse files
committed
fix(checker): fix checker command
1 parent f06900c commit 0dd4f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/_prepare.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ will return `lint-checkdoc' with a dash between two subcommands."
6868
(module-name (s-replace eask-lisp-root "" script-dir))
6969
(module-name (s-replace "/" "" module-name)))
7070
;; Ignore if it's inside core module
71-
(if (member module-name '("core")) script-file
71+
(if (member module-name '("core" "checker")) script-file
7272
(concat module-name "-" script-file))))
7373

7474
(defun eask-special-p ()

0 commit comments

Comments
 (0)