aboutsummaryrefslogtreecommitdiff
path: root/test/lint
Commit message (Expand)AuthorAgeFilesLines
* util: No translation of `Bitcoin Core` in the copyrightMarcoFalke2019-09-241-2/+1
* Pure python ECPieter Wuille2019-06-211-1/+1
* Replace remaining fprintf with tfm::format manuallyMarcoFalke2019-06-182-4/+3
* Merge #15278: Improve PID file error handlingWladimir J. van der Laan2019-02-211-1/+1
|\
| * Make PID file creating errors fatalHennadii Stepanov2019-02-021-1/+1
* | Merge #15216: Scripts and tools: Replace script name with a special parameterMarcoFalke2019-02-121-5/+5
|\ \
| * | Replace script name with special parameterHennadii Stepanov2019-02-121-5/+5
* | | Merge #14519: tests: add utility to easily profile node performance with perfMarcoFalke2019-02-051-1/+1
|\ \ \ | |_|/ |/| |
| * | tests: add utility to easily profile node performance with perfJames O'Beirne2019-01-221-1/+1
* | | Merge #15196: [test]: Update all subprocess.check_output functions to be Pyth...Jonas Schnelli2019-01-231-2/+2
|\ \ \
| * | | Update all subprocess.check_output functions in CI scripts to be Python 3.4 c...Graham Krizek2019-01-181-2/+2
* | | | lint: Enable python linters via an arrayBen Woosley2019-01-201-73/+75
| |_|/ |/| |
* | | Remove no longer needed shellcheck suppressionspracticalswift2019-01-161-2/+0
* | | Fix warnings introduced in shellcheck v0.6.0practicalswift2019-01-162-15/+15
* | | Remove repeated suppression. Fix indentation.practicalswift2019-01-161-3/+2
|/ /
* | refactor/lint: Add ignored suggestions to an arrayVidar Holen2019-01-141-23/+25
* | qa: Ignore shellcheck warning SC2236João Barbosa2019-01-141-1/+2
* | Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...Wladimir J. van der Laan2019-01-091-11/+2
|\ \ | |/ |/|
| * Update KNOWN_VIOLATIONS: Remove fixed violationspracticalswift2018-11-061-1/+0
| * Use IsSpace(...) instead of boost::is_spacepracticalswift2018-11-061-3/+2
| * Use ToLower(...) instead of std::tolowerpracticalswift2018-11-061-2/+0
| * Use IsDigit(...) instead of std::isdigitpracticalswift2018-11-061-5/+0
* | Merge #14457: test: add invalid tx templates for use in functional testsWladimir J. van der Laan2019-01-021-1/+1
|\ \
| * | test: add invalid tx templates for use in functional testsJames O'Beirne2018-11-271-1/+1
* | | Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-291-1/+0
|\ \ \
| * | | scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-1/+0
* | | | lint/format-strings: Correctly exclude escaped percent symbolsLuke Dashjr2018-12-141-3/+2
* | | | Merge #14884: Travis: enforce Python 3.4 support through linterWladimir J. van der Laan2018-12-131-2/+6
|\ \ \ \
| * | | | [test] Travis: enforce Python 3.4 support in functional testsSjors Provoost2018-12-121-2/+6
* | | | | Add E711 to flake8 checkDaniel Ingram2018-12-101-1/+2
|/ / / /
* | | | Merge #14831: Scripts and tools: Use #!/usr/bin/env bash instead of #!/bin/bash.Wladimir J. van der Laan2018-12-062-2/+9
|\ \ \ \
| * | | | Scripts and tools & Docs: Used #!/usr/bin/env bash instead of obsolete #!/bin...vim882018-12-022-2/+9
| | |/ / | |/| |
* / | | scripted-diff: Run scripted-diff in subshellCarl Dong2018-12-041-9/+9
|/ / /
* | | rpc: Documentation fixupsMarcoFalke2018-11-151-0/+7
* | | lint: Must use RPCHelpMan to generate the RPC docsMarcoFalke2018-11-141-0/+17
* | | tests: Add Python dead code linter (vulture)practicalswift2018-11-071-0/+19
| |/ |/|
* | Merge #14350: Add WalletLocation classWladimir J. van der Laan2018-11-051-1/+0
|\ \
| * | wallet: Refactor to use WalletLocationJoão Barbosa2018-10-251-1/+0
* | | scripted-diff: Move util files to separate directory.Jim Posen2018-11-043-13/+13
* | | Don't rely on locale dependent functions in base_blob<BITS>::SetHex(...) (uin...practicalswift2018-10-261-4/+0
|/ /
* | Add ignored word: mutpracticalswift2018-10-161-0/+1
* | Revert "qa: Fix codespell error and have lint-spelling error instead of warn"practicalswift2018-10-161-3/+0
|/
* Merge #13649: test: allow arguments to be forwarded to flake8 in lint-python.shMarcoFalke2018-10-081-1/+1
|\
| * test: allow arguments to be forwarded to flake8 in lint-python.shJames O'Beirne2018-09-241-1/+1
* | Merge #14282: [wallet] Remove -usehdMarcoFalke2018-09-261-1/+1
|\ \
| * | [wallet] Remove -usehdJohn Newbery2018-09-201-1/+1
| |/
* / Make fs::path::string() always return utf-8 stringChun Kuan Lee2018-09-231-1/+0
|/
* init: Remove deprecated args from hidden argsMarcoFalke2018-09-191-1/+1
* Merge #14179: qa: Fixups to "Run all tests even if wallet is not compiled"MarcoFalke2018-09-131-0/+3
|\
| * qa: Fix codespell error and have lint-spelling error instead of warnMarcoFalke2018-09-131-0/+3