Skip to content

WIP: Lint - always checkformat

Licaon_Kter requested to merge (removed):lint-checkformat into master

I tend to get bitten by random spaces that trigger lint errors in CI but did not on my machine. The reason is that while I thought lint -v was enough, expecting that all issues to be mentioned eg. like the need to run rewritemeta, it was actually not, as I saw that the CI actually runs lint -f instead.

Hence I propose that lint always checks for formatting so that users make a proper metadata from the start, avoid more "fix lint" commits and avoid more CI runs.

This is WIP because I've edited lint.py and run-tests but I'm not really sure this is enough.

Edited by Licaon_Kter

Merge request reports