mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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
16 lines
660 B
EmacsLisp
16 lines
660 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; checkers/syntax/packages.el
|
|
|
|
(unless (modulep! +flymake)
|
|
(package! flycheck :pin "86715c0f293738623f632d6f54a7d1be78b1c48f")
|
|
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
|
|
;; REVIEW: Remove when purcell/package-lint#285 is dealt with.
|
|
(package! package-lint :pin "21edc6d0d0eadd2d0a537f422fb9b7b8a3ae6991")
|
|
(when (modulep! +childframe)
|
|
(package! flycheck-posframe :pin "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8")))
|
|
|
|
(when (modulep! +flymake)
|
|
(package! flymake-popon
|
|
:recipe (:host github :repo "doomelpa/flymake-popon")
|
|
:pin "99ea813346f3edef7220d8f4faeed2ec69af6060"))
|