Skip to content

Draft: Run all style/lint checks before failing

Simon McVittie requested to merge wip/smcv/run-all-style-checks into main

Based on !3898 (merged) to avoid conflicts.

  • CI: Run all style/lint checks before failing

    Even if we get warnings from the first lint check, we probably want to see the warnings from later lint checks too, to reduce the number of round-trips.

  • DO NOT MERGE: Intentionally fail the coding style check

Merge request reports