aboutsummaryrefslogtreecommitdiff
path: root/test/lint
AgeCommit message (Expand)Author
2018-12-06Merge #14831: Scripts and tools: Use #!/usr/bin/env bash instead of #!/bin/bash.Wladimir J. van der Laan
2018-12-04scripted-diff: Run scripted-diff in subshellCarl Dong
2018-12-02Scripts and tools & Docs: Used #!/usr/bin/env bash instead of obsolete #!/bin...vim88
2018-11-15rpc: Documentation fixupsMarcoFalke
2018-11-14lint: Must use RPCHelpMan to generate the RPC docsMarcoFalke
2018-11-07tests: Add Python dead code linter (vulture)practicalswift
2018-11-05Merge #14350: Add WalletLocation classWladimir J. van der Laan
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-26Don't rely on locale dependent functions in base_blob<BITS>::SetHex(...) (uin...practicalswift
2018-10-25wallet: Refactor to use WalletLocationJoão Barbosa
2018-10-16Add ignored word: mutpracticalswift
2018-10-16Revert "qa: Fix codespell error and have lint-spelling error instead of warn"practicalswift
2018-10-08Merge #13649: test: allow arguments to be forwarded to flake8 in lint-python.shMarcoFalke
2018-09-26Merge #14282: [wallet] Remove -usehdMarcoFalke
2018-09-24test: allow arguments to be forwarded to flake8 in lint-python.shJames O'Beirne
2018-09-23Make fs::path::string() always return utf-8 stringChun Kuan Lee
2018-09-20[wallet] Remove -usehdJohn Newbery
2018-09-19init: Remove deprecated args from hidden argsMarcoFalke
2018-09-13Merge #14179: qa: Fixups to "Run all tests even if wallet is not compiled"MarcoFalke
2018-09-13qa: Fix codespell error and have lint-spelling error instead of warnMarcoFalke
2018-09-12logging: Replace LogPrint macros with regular functionsMarcoFalke
2018-09-11Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...Wladimir J. van der Laan
2018-09-06Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitco...MarcoFalke
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