Anyone using go-template-lint or similar for template linting?

Hey all

I was wondering if anyone is using https://github.com/sourcegraph/go-template-lint for linting the templates or any other linter?

Anyone know of plans for a Hugo linter to enforce rules like no type: allowed in markdown. Only section templates for top level pages etc?

unused template functions (e.g., your FuncMap defines f but none of your templates call it)

That linter has one check, that I assume will fail in all Hugo sites.