Skip to content

Commit

Permalink
Enable elisp linter
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 committed Oct 9, 2021
1 parent abd6f87 commit d39908a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Run linter. Used in Makefile.

./scripts/invoke_eldev.sh emacs --version || exit 1
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 comments on commit d39908a

Please sign in to comment.