aboutsummaryrefslogtreecommitdiff
path: root/test/lint
AgeCommit message (Expand)Author
2018-09-05Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...MarcoFalke
2018-09-05Merge #14115: lint: Make all linters work under the default macOS dev environ...MarcoFalke
2018-09-04lint: Add spell check linter (codespell)practicalswift
2018-09-04Fix typos reported by codespellpracticalswift
2018-09-04Merge #14128: lint: Make sure we read the command line inputs using utf-8 dec...Wladimir J. van der Laan
2018-09-02lint: Make sure we read the command line inputs using utf-8 decoding in pythonChun Kuan Lee
2018-08-31Merge #14088: tests: Don't assert(...) with side effectsWladimir J. van der Laan
2018-08-31macOS fix: Check for correct version of flake8 to avoid spurious warnings. Th...practicalswift
2018-08-31macOS fix: Add excludes for checks added in the newer shellcheck version inst...practicalswift
2018-08-31macOS fix: Work around empty (sub)expression error when using BSD greppracticalswift
2018-08-31macOS fix: Avoid mapfile due to ancient version of bash shipped with macOSpracticalswift
2018-08-29Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependencyWladimir J. van der Laan
2018-08-28Removes the Boost case_conv.hpp dependency.251
2018-08-28Add regression test: Don't assert(...) with side effectspracticalswift
2018-08-27[rpc] Remove deprecated sigrawtransaction rpc method.John Newbery
2018-08-28add unicode compatible file_lock for WindowsChun Kuan Lee
2018-08-27use export LC_ALL=C.UTF-8Julian Fleischer
2018-08-25Merge #13707: tests: Add usage note to check-rpc-mappings.pyWladimir J. van der Laan
2018-08-21test: Add lint to prevent SIGNAL/SLOT connect styleJoã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-04Drop boost::scoped_arrayChun Kuan Lee
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-19Tests: add usage note to check-rpc-mappings.pyMason Simon
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