aboutsummaryrefslogtreecommitdiff
path: root/test/lint
AgeCommit message (Expand)Author
2022-04-20lint: convert submodule linter test to PythonEunoia
2022-04-19lint: Convert lint-includes.sh to PythonDimitri
2022-04-18Merge bitcoin/bitcoin#24794: lint: Convert Python linter to Pythonlaanwj
2022-04-18Merge bitcoin/bitcoin#24853: lint: Convert lint-git-commit-check.sh to Pythonlaanwj
2022-04-18Merge bitcoin/bitcoin#24844: lint: Convert lint-whitespace.sh to Pythonlaanwj
2022-04-18lint: Convert Python linter to PythonFabian Jahr
2022-04-16lint: Convert lint-whitespace.sh to PythonDimitri
2022-04-16lint: Convert lint-git-commit-check.sh to PythonDimitri
2022-04-15Converted lint-tests.sh to pythonTakeshiMusgrave
2022-04-13lint: convert format strings linter test to pythonEunoia
2022-04-08Converted lint-python-mutable-default-parameters.sh to pythonTakeshiMusgrave
2022-04-06lint: remove qt SIGNAL/SLOT lintfanquake
2022-04-06lint: remove boost::bind linterfanquake
2022-04-06Merge bitcoin/bitcoin#24766: lint: convert spellchecking lint test to pythonMarcoFalke
2022-04-06lint: Convert Python dead code linter to PythonFabian Jahr
2022-04-06lint: convert spell check lint test to pythonFabian Jahr
2022-04-14lint: Convert lint-logs.sh to PythonDimitri
2022-04-04lint: Start to use py lint scriptsMarcoFalke
2022-04-04Move lint script and data file to avoid lint- prefixMarcoFalke
2022-02-23Merge bitcoin/bitcoin#24409: Always output license/copyright info with `-vers...MarcoFalke
2022-02-22lint: remove no-longer used exceptions from lint-format-strings.pyfanquake
2022-02-22refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cppfanquake
2022-02-13build: use header-only Boost unit testfanquake
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-30lint: add creat and ba into ignore-words for lint-spellingbrunoerg
2022-01-24Merge bitcoin/bitcoin#23543: test: Prevent non-compatible sed binary for scri...MarcoFalke
2022-01-22script: redirecting stderr to stdout before pipelining into grepanouar kappitou
2022-01-11util: Restore GetIntArg saturating behaviorJames O'Beirne
2021-12-30scripted-diff: Insert missed copyright headersHennadii Stepanov
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-01Merge bitcoin/bitcoin#22677: cut the validation <-> txmempool circular depend...MarcoFalke
2021-11-30Merge bitcoin/bitcoin#23506: test: Make more shell scripts verifiable by the ...W. J. van der Laan
2021-11-30Break validation <-> txmempool circular dependencyglozow
2021-11-28test: Make more shell scripts verifiable by the `shellcheck` toolHennadii Stepanov
2021-11-20script: preventing non-compatible sed binary.anouar kappitou
2021-11-18Remove strtol in torcontrolMarcoFalke
2021-11-16doc: Fix typos in endif header commentsMarcoFalke
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-13test: Enable SC2046 shellcheck ruleHennadii Stepanov
2021-11-13test: Enable SC2086 shellcheck ruleHennadii Stepanov
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-21Add minisketch dependencyGleb Naumenko
2021-10-16lint: enable mypy checking for missing importsjosibake
2021-10-13Merge bitcoin/bitcoin#23253: bitcoin-tx: Reject non-integral and out of range...W. J. van der Laan
2021-10-12bitcoin-tx: Reject non-integral and out of range sequence idsMarcoFalke
2021-10-12rest: Return error when header count is not integralMarcoFalke
2021-10-12Merge bitcoin/bitcoin#23227: bitcoin-tx: Avoid treating integer overflow as OP_0Samuel Dobson
2021-10-08doc: Fixup ToIntegral docsMarcoFalke
2021-10-07Replace stoul with ToIntegral in dbwrapperMarcoFalke
2021-09-30Replace use of locale dependent atoi(…) with locale-independent std::from_c...practicalswift