aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools
AgeCommit message (Expand)Author
2018-04-16Merge #12972: Add python3 script shebang lintMarcoFalke
2018-04-16Enable additional flake8 rulespracticalswift
2018-04-16Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift
2018-04-14[contrib] convert test-security-check to python3John Newbery
2018-04-14add lint tool to check python3 shebangpracticalswift
2018-04-11Merge #12933: doc: Refine header include policyMarcoFalke
2018-04-11Add shell script linting: Check for shellcheck warnings in shell scriptspracticalswift
2018-04-10Refine travis check for duplicate includesMarcoFalke
2018-04-10Merge #12852: [doc] devtools: Setup ots git integrationWladimir J. van der Laan
2018-04-09[doc] devtools: Setup ots git integrationMarcoFalke
2018-04-09Add Travis check for duplicate includespracticalswift
2018-04-08Merge #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-06tests: Add check for test suite name uniqueness in lint-tests.shpracticalswift
2018-04-01Merge #12757: Clarify include guard naming conventionMarcoFalke
2018-04-01Merge #12719: tests: Add note about test suite naming convention in developer...MarcoFalke
2018-04-01Merge #12284: Remove assigned but never used local variables. Enable Travis c...MarcoFalke
2018-03-30Merge #12820: contrib: Fix check-doc script regexesMarcoFalke
2018-03-29Merge #12829: Python3 fixupWladimir J. van der Laan
2018-03-29Enable flake8 warning F841 ("local variable 'foo' is assigned to but never us...practicalswift
2018-03-29Remove assigned but never used local variablespracticalswift
2018-03-28[contrib] fixup symbol-check.py Python3 supportJohn Newbery
2018-03-28[contrib] fixup security-check.py Python3 supportJohn Newbery
2018-03-28contrib: Remove unused import stringMarcoFalke
2018-03-28contrib: Fix check-doc script regexesMarcoFalke
2018-03-26Change all python files to use Python3John Newbery
2018-03-22Add lint-include-guards.sh which checks include guard consistencypracticalswift
2018-03-19tests: Add lint-tests.sh which checks the test suite naming conventionpracticalswift
2018-03-11Merge #12572: [script] lint-whitespace: find errors more easilyMarcoFalke
2018-03-06Merge #12098: [scripts] lint-whitespace: add param to check last N commitsWladimir J. van der Laan
2018-03-06Merge #12097: [scripts] lint-whitespace: use perl instead of grep -PWladimir J. van der Laan
2018-03-01[script] lint-whitespace: improve print linenumberAkio Nakamura
2018-02-18Merge #12308: contrib: Add support for out-of-tree builds in gen-manpages.shMarcoFalke
2018-02-15devtools: Exclude patches from lint-whitespaceMarcoFalke
2018-01-31contrib: Add support for out-of-tree builds in gen-manpages.shWladimir J. van der Laan
2018-01-29Enable flake8 warnings for all currently non-violated rulespracticalswift
2018-01-29Enable flake8 warning for "list comprehension redefines 'foo' from line N" (F...practicalswift
2018-01-08[scripts] lint-whitespace: check last N commits or unstaged changesSjors Provoost
2018-01-05[scripts] lint-whitespace: use perl instead of grep -PSjors Provoost
2018-01-03Merge #12075: [scripts] Add missing univalue file to copyright_header.pyMarcoFalke
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2018-01-02[scripts] Add missing univalue file to copyright_header.pyfanquake
2017-12-10Add Travis check for unused Python importspracticalswift
2017-12-04Merge #10773: Shell script cleanupsPieter Wuille
2017-11-09Merge #11394: Perform a weaker subtree check in TravisMarcoFalke
2017-11-09Revert "Remove unused variable in shell script"MarcoFalke
2017-11-09Merge #10771: Remove unused variables in shell scriptsWladimir J. van der Laan
2017-10-18Use bash instead of POSIX sh. POSIX sh does not support arrays.practicalswift
2017-10-11Improve git-subtree-check.shPieter Wuille
2017-10-01qa: check-rpc-mapping must not run on empty listsMarcoFalke