aboutsummaryrefslogtreecommitdiff
path: root/test/lint
Commit message (Expand)AuthorAgeFilesLines
* Merge #13054: tests: Enable automatic detection of undefined names in Python ...MarcoFalke2018-08-131-1/+3
|\
| * tests: Use explicit importspracticalswift2018-08-131-1/+3
* | Make format string linter understand basic template parameter syntaxpracticalswift2018-08-101-1/+37
|/
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-082-2/+2
|\
| * Update copyright headers to 2018DrahtBot2018-07-272-2/+2
* | Add linting of WalletLogPrintf(...) format stringspracticalswift2018-08-072-0/+3
* | build: Add format string linterpracticalswift2018-08-072-0/+292
* | fix locale for lint-shellJulian Fleischer2018-08-021-3/+9
|/
* Removes Boost predicate.hpp dependency2512018-07-221-1/+0
* Removes the boost/algorithm/string/join dependency2512018-07-211-1/+0
* Merge #13482: Remove boost::program_options dependencyWladimir J. van der Laan2018-07-201-1/+0
|\
| * Remove program options from build systemChun Kuan Lee2018-07-181-1/+0
* | lint: Add linter for circular dependenciesBen Woosley2018-07-181-0/+84
* | Remove boost dependency (boost/assign/std/vector.hpp)practicalswift2018-06-271-1/+0
|/
* Merge #13496: Test: Harden lint-filenames.shWladimir J. van der Laan2018-06-241-1/+4
|\
| * Test: Harden lint-filenames.shwodry2018-06-181-1/+4
* | Obsolete #!/bin/bash shebangDesWurstes2018-06-2012-12/+12
|/
* Follow-up to #13454: Fix broken build by exporting LC_ALL=Cpracticalswift2018-06-181-0/+1
* Merge #13454: Make sure LC_ALL=C is set in all shell scriptsWladimir J. van der Laan2018-06-1813-1/+44
|\
| * Add linter: Make sure all shell scripts opt out of locale dependence using "e...practicalswift2018-06-141-0/+24
| * Add "export LC_ALL=C" to all shell scriptspracticalswift2018-06-1412-1/+20
* | Merge #13448: Add linter: Make sure we explicitly open all text files using U...Wladimir J. van der Laan2018-06-162-2/+21
|\ \
| * | Add linter: Make sure we explicitly open all text files using UTF-8 or ASCII ...practicalswift2018-06-121-0/+19
| * | Explicitly specify encoding when opening text files in Python codepracticalswift2018-06-121-2/+2
| |/
* / Add linter: Enforce the source code file naming convention described in the d...practicalswift2018-06-141-0/+21
|/
* Merge #13120: policy: Treat segwit as always activeWladimir J. van der Laan2018-06-121-1/+1
|\
| * policy: Treat segwit as always activeMarcoFalke2018-05-291-1/+1
* | Merge #13230: Simplify include analysis by enforcing the developer guide's in...Wladimir J. van der Laan2018-06-111-1/+12
|\ \
| * | Enforce the use of bracket syntax includes ("#include <foo.h>")practicalswift2018-06-061-1/+12
* | | Merge #13041: build: Add linter checking for accidental introduction of local...Wladimir J. van der Laan2018-06-071-0/+229
|\ \ \
| * | | build: Add linter for checking accidental locale dependencepracticalswift2018-06-061-0/+229
| |/ /
* / / lint: Add linter to error on #include <*.cpp>Ben Woosley2018-06-061-0/+8
|/ /
* / build: Guard against accidental introduction of new Boost dependenciespracticalswift2018-06-041-0/+68
|/
* test: Move linters to test/lint, add readmeMarcoFalke2018-05-2414-0/+746