Wladimir J. van der Laan
84ff1b2076
test: Add crc32c to subtree check linter
5 years ago
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
14aded46df
script: Lint Gitian descriptors with ShellCheck
5 years ago
MarcoFalke
4444704ca9
ci: Cleanup macOS runs
5 years ago
Ben Woosley
cd82f75a43
lint: Install grep and git via brew on mac for --perl-regexp
...
Particularly `--with-pcre2` is needed to run `git grep --perl-regexp` in
`test/link/check-doc.py`
5 years ago
Ben Woosley
eafa747ca5
lint: Fix shellcheck SC2155
...
Declare and assign separately to avoid masking return values.
https://github.com/koalaman/shellcheck/wiki/SC2155
5 years ago
Ben Woosley
615ff4e7db
lint: Run the linters against Mac OS on Travis
...
This helps ensure ongoing compatibility with macOS-distributed version
of GNU bash.
5 years ago
Wladimir J. van der Laan
f4beb4996d
test: Remove python dead code linter
...
Primarily I'd like to remove this because it is very imprecise, due to
Python's dynamic nature, giving it a large list of false positives that
need to be listed as exceptions. See for example #16906 .
It's also a frequent source of complaints. I'm doubtful of the
usefulness of checking for dead code in a linter in the first place.
Having some dead code in the test framework for a while is not a
disaster.
5 years ago
MarcoFalke
fac35b21e2
test: lint: Add DisabledOpcodeTemplates to whitelist
...
Also, bump vulture version to include the whitelist for threading module
5 years ago
Ben Woosley
0ef0e51fe4
lint: Bump flake8 to 3.7.8
5 years ago
MarcoFalke
fafe78f6ae
ci: Rename .travis/ to ./ci/
5 years ago