feat: add melpazoid link to 'other possible lints' output

This commit is contained in:
riscy 2020-12-28 16:03:14 -08:00
parent 6f401e958e
commit def846dd08

View file

@ -239,7 +239,8 @@ then also scan comments for REGEXP; similar for INCLUDE-STRINGS."
(or include-strings (not (nth 3 (syntax-ppss)))))
;; print a header unless it's already been printed:
(unless melpazoid--misc-header-printed-p
(melpazoid-insert "Other possible lints:")
(melpazoid-insert
"Other [lints](https://github.com/riscy/melpazoid):")
(setq melpazoid--misc-header-printed-p t))
(melpazoid--annotate-line msg))))))