Skip to content

Commit 79b09b0

Browse files
committed
feat(checkers): add flymake-pmd
1 parent 8639ad4 commit 79b09b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/me-checkers.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@
9797
:straight t
9898
:hook ((emacs-lisp-mode lisp-interaction-mode) . flymake-relint-setup))
9999

100+
(use-package flymake-pmd
101+
:straight (:host github :repo "rody/flymake-pmd"))
102+
100103

101104
(provide 'me-checkers)
102105

0 commit comments

Comments
 (0)