summary refs log tree commit diff
path: root/src/etc/errorck.py
AgeCommit message (Collapse)AuthorLines
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