Ignore header check

This commit is contained in:
JenChieh 2024-04-08 17:36:14 -07:00 committed by Youmu
parent 540c271bcd
commit 792f170d29
1 changed files with 1 additions and 0 deletions

1
Eask
View File

@ -34,6 +34,7 @@
(add-hook 'eask-before-lint/package-hook
(lambda (&rest _)
(advice-add 'package-lint--error-at-bol :around 'ignore) ; ignore headers
(advice-add 'package-lint--check-eval-after-load :around 'ignore)
(advice-add 'package-lint--check-version-regexp-list :around 'ignore)
(advice-add 'package-lint--check-symbol-separators :around 'ignore)