Closed chrisreddington closed 3 years ago
Not going to progress with this. As much as I'd like to add linting to the build process, there are too many false negatives due to the nature of how hugo works.
For example, lots of HTML pages failing due to doctype not being the first line in the file (even though it's of course the first line due to baseof.html).
May revisit this again in the future. Particularly for the exampleSite content which should all be markdown.
To ensure consistency and code quality, adopt GitHub's super linter -
[ ] Ensure contribution.md notes that this is a standard, and give guidance on how to use it in a local environment prior to submitting a PR
[ ] Create a GitHub action to run Super Linter on any PR
[ ] Investigate appropriate configuration options for using Super Linter with Hugo Projects