summaryrefslogtreecommitdiff
path: root/Eask
diff options
context:
space:
mode:
authorJenChieh <jcs090218@gmail.com>2024-04-08 17:36:14 -0700
committerYoumu <condy0919@gmail.com>2024-04-11 10:24:04 +0800
commit792f170d29ff1f710d5722b88b8ec4ba72c6e0ed (patch)
tree15eedd3a87bc7f5008f605796d0cf24cb4356486 /Eask
parent540c271bcdad2ac2e5b2d3359514108265b6f7b4 (diff)
Ignore header check
Diffstat (limited to 'Eask')
-rw-r--r--Eask1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eask b/Eask
index cc912a6..4ce317c 100644
--- a/Eask
+++ b/Eask
@@ -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)