MarcoFalke
|
aaaaad6ac9
|
scripted-diff: Bump copyright of files changed in 2019
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
5 years ago |
Hennadii Stepanov
|
80c9e66ab8
|
build: Remove install command samples
test/README.md contains comprehensive install instructions.
|
5 years ago |
Ben Woosley
|
838920704a
|
lint: Disable flake8 W504 warning
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
|
5 years ago |
practicalswift
|
3c5254a820
|
Limit Python linting to files in the repo
|
6 years ago |
Ben Woosley
|
948d8f4f10
|
lint: Enable python linters via an array
This assures consistent recording of the enabled linters.
|
6 years ago |
Daniel Ingram
|
c9ba253f4f
|
Add E711 to flake8 check
|
6 years ago |
James O'Beirne
|
854c85ae90
|
test: allow arguments to be forwarded to flake8 in lint-python.sh
|
6 years ago |
practicalswift
|
341f7c7b0e
|
macOS fix: Check for correct version of flake8 to avoid spurious warnings. The brew installed flake8 version is Python 2 based and does not work.
|
6 years ago |
practicalswift
|
68400d8b96
|
tests: Use explicit imports
|
6 years ago |
practicalswift
|
3352da8da1
|
Add "export LC_ALL=C" to all shell scripts
|
6 years ago |
MarcoFalke
|
fa3c910bfe
|
test: Move linters to test/lint, add readme
|
7 years ago |