branch: elpa/swift-mode commit d39908a9e4150870e3c29adf47775d49944f0538 Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Enable elisp linter --- scripts/run_linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_linter.sh b/scripts/run_linter.sh index 6239fe6..78489f5 100755 --- a/scripts/run_linter.sh +++ b/scripts/run_linter.sh @@ -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 '{}' '+'