Age | Commit message (Expand) | Author |
2018-04-14 | add lint tool to check python3 shebang | practicalswift |
2018-04-11 | Merge #12933: doc: Refine header include policy | MarcoFalke |
2018-04-11 | Add shell script linting: Check for shellcheck warnings in shell scripts | practicalswift |
2018-04-10 | Refine travis check for duplicate includes | MarcoFalke |
2018-04-10 | Merge #12852: [doc] devtools: Setup ots git integration | Wladimir J. van der Laan |
2018-04-09 | [doc] devtools: Setup ots git integration | MarcoFalke |
2018-04-09 | Add Travis check for duplicate includes | practicalswift |
2018-04-08 | Merge #12891: [logging] add lint-logs.sh to check for newline termination. | Wladimir J. van der Laan |
2018-04-07 | [logging] add lint-logs.sh to check for newline termination. | John Newbery |
2018-04-06 | tests: Add check for test suite name uniqueness in lint-tests.sh | practicalswift |
2018-04-01 | Merge #12757: Clarify include guard naming convention | MarcoFalke |
2018-04-01 | Merge #12719: tests: Add note about test suite naming convention in developer... | MarcoFalke |
2018-04-01 | Merge #12284: Remove assigned but never used local variables. Enable Travis c... | MarcoFalke |
2018-03-30 | Merge #12820: contrib: Fix check-doc script regexes | MarcoFalke |
2018-03-29 | Merge #12829: Python3 fixup | Wladimir J. van der Laan |
2018-03-29 | Enable flake8 warning F841 ("local variable 'foo' is assigned to but never us... | practicalswift |
2018-03-29 | Remove assigned but never used local variables | practicalswift |
2018-03-28 | [contrib] fixup symbol-check.py Python3 support | John Newbery |
2018-03-28 | [contrib] fixup security-check.py Python3 support | John Newbery |
2018-03-28 | contrib: Remove unused import string | MarcoFalke |
2018-03-28 | contrib: Fix check-doc script regexes | MarcoFalke |
2018-03-26 | Change all python files to use Python3 | John Newbery |
2018-03-22 | Add lint-include-guards.sh which checks include guard consistency | practicalswift |
2018-03-19 | tests: Add lint-tests.sh which checks the test suite naming convention | practicalswift |
2018-03-11 | Merge #12572: [script] lint-whitespace: find errors more easily | MarcoFalke |
2018-03-06 | Merge #12098: [scripts] lint-whitespace: add param to check last N commits | Wladimir J. van der Laan |
2018-03-06 | Merge #12097: [scripts] lint-whitespace: use perl instead of grep -P | Wladimir J. van der Laan |
2018-03-01 | [script] lint-whitespace: improve print linenumber | Akio Nakamura |
2018-02-18 | Merge #12308: contrib: Add support for out-of-tree builds in gen-manpages.sh | MarcoFalke |
2018-02-15 | devtools: Exclude patches from lint-whitespace | MarcoFalke |
2018-01-31 | contrib: Add support for out-of-tree builds in gen-manpages.sh | Wladimir J. van der Laan |
2018-01-29 | Enable flake8 warnings for all currently non-violated rules | practicalswift |
2018-01-29 | Enable flake8 warning for "list comprehension redefines 'foo' from line N" (F... | practicalswift |
2018-01-08 | [scripts] lint-whitespace: check last N commits or unstaged changes | Sjors Provoost |
2018-01-05 | [scripts] lint-whitespace: use perl instead of grep -P | Sjors Provoost |
2018-01-03 | Merge #12075: [scripts] Add missing univalue file to copyright_header.py | MarcoFalke |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2018-01-02 | [scripts] Add missing univalue file to copyright_header.py | fanquake |
2017-12-10 | Add Travis check for unused Python imports | practicalswift |
2017-12-04 | Merge #10773: Shell script cleanups | Pieter Wuille |
2017-11-09 | Merge #11394: Perform a weaker subtree check in Travis | MarcoFalke |
2017-11-09 | Revert "Remove unused variable in shell script" | MarcoFalke |
2017-11-09 | Merge #10771: Remove unused variables in shell scripts | Wladimir J. van der Laan |
2017-10-18 | Use bash instead of POSIX sh. POSIX sh does not support arrays. | practicalswift |
2017-10-11 | Improve git-subtree-check.sh | Pieter Wuille |
2017-10-01 | qa: check-rpc-mapping must not run on empty lists | MarcoFalke |
2017-09-14 | contrib: Ignore historical release notes for whitespace check | Wladimir J. van der Laan |
2017-09-14 | Add tab char lint check and exclude imported dependencies | MeshCollider |
2017-09-14 | Add a lint check for trailing whitespace. | Evan Klitzke |
2017-09-13 | Merge #10753: test: Check RPC argument mapping | MarcoFalke |