diff options
| author | JenChieh <jcs090218@gmail.com> | 2024-04-08 17:36:14 -0700 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2024-04-11 10:24:04 +0800 |
| commit | 792f170d29ff1f710d5722b88b8ec4ba72c6e0ed (patch) | |
| tree | 15eedd3a87bc7f5008f605796d0cf24cb4356486 /Eask | |
| parent | 540c271bcdad2ac2e5b2d3359514108265b6f7b4 (diff) | |
Ignore header check
Diffstat (limited to 'Eask')
| -rw-r--r-- | Eask | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
