Skip to content

Commit

Permalink
Ignore some linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jojojames committed Nov 30, 2024
1 parent 595c893 commit f50989d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@
(depends-on "package-lint")
(depends-on "orderless"))

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

(add-hook 'eask-before-lint/package-hook
(lambda (&rest _)
(advice-add 'package-lint--check-eval-after-load :around 'ignore)
(advice-add 'package-lint--check-version-regexp-list :around 'ignore)))

0 comments on commit f50989d

Please sign in to comment.