about summary refs log tree commit diff
path: root/src/etc/errorck.py
AgeCommit message (Collapse)AuthorLines
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-136/+0
This commit rewrites all of the tidy checks we have, namely: * featureck * errorck * tidy * binaries into Rust under a new `tidy` tool inside of the `src/tools` directory. This at the same time deletes all the corresponding Python tidy checks so we can be sure to only have one source of truth for all the tidy checks. cc #31590
2016-01-31show location of unused error codesAlex Burka-1/+1
2016-01-29Add check for unused error codesggomez-3/+50
2015-07-12Add comments.Nick Hamann-0/+10
2015-07-12Skip diagnostic codes occurring inside a long diagnostic in errorck.Nick Hamann-0/+12
2015-05-24etc: py3 compat for errorck.pyRicho Healey-1/+1
2015-02-05Clean up tidy scripts, coverage, performanceBrian Anderson-0/+4
This restructures tidy.py to walk the tree itself, and improves performance considerably by not loading entire files into buffers for licenseck. Splits build rules into 'tidy', 'tidy-basic', 'tidy-binaries', 'tidy-errors', 'tidy-features'.
2015-02-05Polish errorck and featureck UIBrian Anderson-2/+4
2015-01-27Fix PEP8 for errorckRicho Healey-1/+3
2015-01-22Make `make tidy` Python scripts more idiomaticKevin Yap-25/+14
Also makes errorck.py and tidy.py compatible with Python 3.
2015-01-20Make error code registration work again. #19624Brian Anderson-0/+70