summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2021-03-01 17:25:07 -0800
committerJames Nguyen <james@jojojames.com>2021-03-01 17:25:07 -0800
commit26493597c74a7e574364aa2ca751a1e70ee4e5eb (patch)
treeedb6dea62885633131ac4fbacbc8856a67fac9cf
parent0ee92688ea6c3121b21a60cdf150e9da72e26f70 (diff)
Add more warnings to ignore from package-lint
-rwxr-xr-xMakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 381885c..7ee2840 100755
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,8 @@ lint:
-l package-lint.el \
--eval "(advice-add 'package-lint--check-eval-after-load :around 'ignore)" \
--eval "(advice-add 'package-lint--check-version-regexp-list :around 'ignore)" \
+ --eval "(advice-add 'package-lint--check-symbol-separators :around 'ignore)" \
+ --eval "(advice-add 'package-lint--check-defs-prefix :around 'ignore)" \
-f package-lint-batch-and-exit *.el modes/*/*.el
test: elpa