Skip to content

Commit

Permalink
feat(checkers): add flymake-shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 18, 2023
1 parent cf838c7 commit 895a328
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-checkers.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
:straight t
:hook (minemacs-after-startup . flymake-collection-hook-setup))

(use-package flymake-shellcheck
:straight t
:commands flymake-shellcheck-load
:hook ((sh-mode bash-ts-mode) . flymake-shellcheck-load))


(provide 'me-checkers)

Expand Down

0 comments on commit 895a328

Please sign in to comment.