David Trudgian
9 months ago
No known key found for this signature in database
GPG Key ID: 6188BBC9AA722954
2 changed files with
1115 additions and
4 deletions
-
.build.yml
-
makem.sh
|
|
@ -3,8 +3,6 @@ packages: |
|
|
|
- emacs-nox |
|
|
|
- curl |
|
|
|
tasks: |
|
|
|
- get-linter: |
|
|
|
curl -O https://raw.githubusercontent.com/gonewest818/elisp-lint/master/elisp-lint.el |
|
|
|
- run-linter: | |
|
|
|
emacs -Q --batch -l elisp-lint.el -f elisp-lint-files-batch --no-indent $(find . -name "*.el" -not -path "./elpa/*" ) |
|
|
|
- lint: | |
|
|
|
./makem.sh lint --install-deps --install-linters |
|
|
|
|