chrisreddington / hugo-community

Community is a Hugo Theme intended to be used by local meetup and community groups
MIT License
2 stars 2 forks source link

[Quality] Adopt GitHub Super Linter #14

Closed chrisreddington closed 3 years ago

chrisreddington commented 3 years ago

To ensure consistency and code quality, adopt GitHub's super linter -

chrisreddington commented 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.