aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-locale-dependence.py
AgeCommit message (Collapse)Author
2022-04-28test: Add `strerror` to locale-dependence linterlaanwj
Add `strerror` to the locale-dependence linter to catch its use. Add exemptions for bdb interface code (false positive) and strerror.cpp (the only allowed use). Also fix a bug in the regexp so that `_r` and `_s` variants are detected again.
2022-04-21lint: Make known violations more specific in lint-locale-dependenceDimitri
2022-04-21lint: Convert lint-locale-dependence.sh to PythonDimitri