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 abd6f87 commit d39908aCopy full SHA for d39908a
scripts/run_linter.sh
@@ -3,4 +3,4 @@
3
# Run linter. Used in Makefile.
4
5
./scripts/invoke_eldev.sh emacs --version || exit 1
6
-find ./*.el test/*.el '!' -name '*autoloads.el' -exec ./scripts/invoke_eldev.sh lint '{}' '+'
+find ./*.el test/*.el '!' -name '*autoloads.el' -exec ./scripts/invoke_eldev.sh lint doc re elisp '{}' '+'
0 commit comments