Merge pull request #5102 from fosskers/colin/doctor-tidy

doctor: Check for missing `tidy`
This commit is contained in:
Henrik Lissner 2021-05-27 23:02:59 -04:00 committed by GitHub
commit 18d5ea5ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,3 +10,5 @@
(unless (executable-find "stylelint")
(warn! "Couldn't find stylelint. Linting for CSS modes will not work."))
(unless (executable-find "tidy")
(warn! "Couldn't find tidy. Code formatting in HTML modes will not work."))