summaryrefslogtreecommitdiff
path: root/lint/combined-report.py
AgeCommit message (Collapse)Author
2025-06-17lint: add single-file overall reportKlaus Aehlig
To quickly understand where the problems found by the linter are, an overall report can be useful, so that just-mr --main lint build -P REPORT immediately shows the problems found in the code. For convenience, also include the patch to be applied to fix formating in the default target.