mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bump: package-lint
purcell/package-lint@HEAD -> purcell/package-lint@21edc6d0d0 - Fixes invalid-read-syntax errors associated with flycheck until purcell/package-lint#285 is dealt with upstream. Fix: #8286 Ref: purcell/package-lint#285
This commit is contained in:
@ -4,6 +4,8 @@
|
|||||||
(unless (modulep! +flymake)
|
(unless (modulep! +flymake)
|
||||||
(package! flycheck :pin "86715c0f293738623f632d6f54a7d1be78b1c48f")
|
(package! flycheck :pin "86715c0f293738623f632d6f54a7d1be78b1c48f")
|
||||||
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
|
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
|
||||||
|
;; REVIEW: Remove when purcell/package-lint#285 is dealt with.
|
||||||
|
(package! package-lint :pin "21edc6d0d0eadd2d0a537f422fb9b7b8a3ae6991")
|
||||||
(when (modulep! +childframe)
|
(when (modulep! +childframe)
|
||||||
(package! flycheck-posframe :pin "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8")))
|
(package! flycheck-posframe :pin "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8")))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user