Skip to content

Commit

Permalink
feat(flymake): add flymake-cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 19, 2023
1 parent 16f7d57 commit 9cd9ede
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-checkers.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
:straight t
:hook (minemacs-after-startup . flymake-collection-hook-setup))

(use-package flymake-cppcheck
:straight (nil :host github :repo "shaohme/flymake-cppcheck")
:hook ((c-mode c-ts-mode c++-mode c++-ts-mode) . flymake-cppcheck-setup))

(use-package flymake-quickdef
:straight t
:autoload flymake-quickdef-backend
Expand Down

0 comments on commit 9cd9ede

Please sign in to comment.