aboutsummaryrefslogtreecommitdiff
path: root/test/lint
AgeCommit message (Expand)Author
2019-03-11wallet: Refactor to use WalletLocationJoão Barbosa
2018-08-13Merge #13054: tests: Enable automatic detection of undefined names in Python ...MarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-08-10Make format string linter understand basic template parameter syntaxpracticalswift
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-07Add linting of WalletLogPrintf(...) format stringspracticalswift
2018-08-07build: Add format string linterpracticalswift
2018-08-02fix locale for lint-shellJulian Fleischer
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-22Removes Boost predicate.hpp dependency251
2018-07-21Removes the boost/algorithm/string/join dependency251
2018-07-20Merge #13482: Remove boost::program_options dependencyWladimir J. van der Laan
2018-07-18lint: Add linter for circular dependenciesBen Woosley
2018-07-18Remove program options from build systemChun Kuan Lee
2018-06-27Remove boost dependency (boost/assign/std/vector.hpp)practicalswift
2018-06-24Merge #13496: Test: Harden lint-filenames.shWladimir J. van der Laan
2018-06-20Obsolete #!/bin/bash shebangDesWurstes
2018-06-18Test: Harden lint-filenames.shwodry
2018-06-18Follow-up to #13454: Fix broken build by exporting LC_ALL=Cpracticalswift
2018-06-18Merge #13454: Make sure LC_ALL=C is set in all shell scriptsWladimir J. van der Laan
2018-06-16Merge #13448: Add linter: Make sure we explicitly open all text files using U...Wladimir J. van der Laan
2018-06-14Add linter: Enforce the source code file naming convention described in the d...practicalswift
2018-06-14Add linter: Make sure all shell scripts opt out of locale dependence using "e...practicalswift
2018-06-14Add "export LC_ALL=C" to all shell scriptspracticalswift
2018-06-12Add linter: Make sure we explicitly open all text files using UTF-8 or ASCII ...practicalswift
2018-06-12Explicitly specify encoding when opening text files in Python codepracticalswift
2018-06-12Merge #13120: policy: Treat segwit as always activeWladimir J. van der Laan
2018-06-11Merge #13230: Simplify include analysis by enforcing the developer guide's in...Wladimir J. van der Laan
2018-06-07Merge #13041: build: Add linter checking for accidental introduction of local...Wladimir J. van der Laan
2018-06-06lint: Add linter to error on #include <*.cpp>Ben Woosley
2018-06-06Enforce the use of bracket syntax includes ("#include <foo.h>")practicalswift
2018-06-06build: Add linter for checking accidental locale dependencepracticalswift
2018-06-04build: Guard against accidental introduction of new Boost dependenciespracticalswift
2018-05-29policy: Treat segwit as always activeMarcoFalke
2018-05-24test: Move linters to test/lint, add readmeMarcoFalke