Skip to content

Mark lint checks as part of a suite

Simon McVittie requested to merge wip/smcv/lint-suite into master

It's common for new versions of a lint tool to change behaviour in ways that cause previously valid source to be rejected, so OS distributions often won't want to run them at build-time to avoid build regressions. By marking pylint and other lint checks with a suite, OS distributors can avoid them by running meson test --no-suite=lint.

Merge request reports

Loading