Skip to content

Commit d39908a

Browse files
committed
Enable elisp linter
1 parent abd6f87 commit d39908a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_linter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Run linter. Used in Makefile.
44

55
./scripts/invoke_eldev.sh emacs --version || exit 1
6-
find ./*.el test/*.el '!' -name '*autoloads.el' -exec ./scripts/invoke_eldev.sh lint '{}' '+'
6+
find ./*.el test/*.el '!' -name '*autoloads.el' -exec ./scripts/invoke_eldev.sh lint doc re elisp '{}' '+'

0 commit comments

Comments
 (0)