Bump :checkers syntax

flycheck/flycheck@cd8e0a2 -> flycheck/flycheck@79c9245

Fixes #4264: flycheck-rebar3 moved into flycheck
This commit is contained in:
Henrik Lissner 2020-11-13 12:56:52 -05:00
parent 120530e353
commit 62c1e5b6c9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 1 additions and 9 deletions

View file

@ -1,7 +1,7 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; checkers/syntax/packages.el ;;; checkers/syntax/packages.el
(package! flycheck :pin "cd8e0a280c9980c8c7ce31fd2458df7fd81a0acf") (package! flycheck :pin "79c9245ee0bd1722d41c865fef69aa2b1ac08fde")
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6") (package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
(when (featurep! +childframe) (when (featurep! +childframe)
(package! flycheck-posframe :pin "c928b5b5424fe84a0b346e28bd7d461c80b27482")) (package! flycheck-posframe :pin "c928b5b5424fe84a0b346e28bd7d461c80b27482"))

View file

@ -9,12 +9,6 @@
(add-hook 'erlang-mode-local-vars-hook #'lsp!))) (add-hook 'erlang-mode-local-vars-hook #'lsp!)))
(use-package! flycheck-rebar3
:when (featurep! :checkers syntax)
:after flycheck
:config (flycheck-rebar3-setup))
(use-package! company-erlang (use-package! company-erlang
:when (featurep! :completion company) :when (featurep! :completion company)
:unless (featurep! +lsp) :unless (featurep! +lsp)

View file

@ -2,8 +2,6 @@
;;; lang/erlang/packages.el ;;; lang/erlang/packages.el
(package! erlang :pin "36b4ba407e6f3c70ff88f8e3321622372601f6f6") (package! erlang :pin "36b4ba407e6f3c70ff88f8e3321622372601f6f6")
(when (featurep! :checkers syntax)
(package! flycheck-rebar3 :pin "3cca1268c54643204b5bae52e3f0bf5bc921018c"))
(unless (featurep! +lsp) (unless (featurep! +lsp)
(when (featurep! :completion company) (when (featurep! :completion company)
(package! company-erlang :pin "bc0524a16f17b66c7397690e4ca0e004f09ea6c5"))) (package! company-erlang :pin "bc0524a16f17b66c7397690e4ca0e004f09ea6c5")))