diff options
| author | James Nguyen <james@jojojames.com> | 2021-03-01 17:25:07 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2021-03-01 17:25:07 -0800 |
| commit | 26493597c74a7e574364aa2ca751a1e70ee4e5eb (patch) | |
| tree | edb6dea62885633131ac4fbacbc8856a67fac9cf | |
| parent | 0ee92688ea6c3121b21a60cdf150e9da72e26f70 (diff) | |
Add more warnings to ignore from package-lint
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
