aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-python.sh
AgeCommit message (Collapse)Author
2019-09-03lint: Disable flake8 W504 warningBen Woosley
In the words of MarcoFalke: "W504 should be disabled. This is not a critical error that should be blocking a merge" https://github.com/bitcoin/bitcoin/pull/15257#discussion_r302017280
2019-05-30Limit Python linting to files in the repopracticalswift
2019-01-20lint: Enable python linters via an arrayBen Woosley
This assures consistent recording of the enabled linters.
2018-12-10Add E711 to flake8 checkDaniel Ingram
2018-09-24test: allow arguments to be forwarded to flake8 in lint-python.shJames O'Beirne
2018-08-31macOS fix: Check for correct version of flake8 to avoid spurious warnings. ↵practicalswift
The brew installed flake8 version is Python 2 based and does not work.
2018-08-13tests: Use explicit importspracticalswift
2018-06-14Add "export LC_ALL=C" to all shell scriptspracticalswift
2018-05-24test: Move linters to test/lint, add readmeMarcoFalke