Update the script to work with our codebase, especially our clang-format
rules.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGf06241f87ef1: Fix check-doc.py
rABCf06241f87ef1: Fix check-doc.py
contrib/devtools/check-doc.py
The expected ouput should contain:
- The number of arguments used through the code (via the getters from ArgsManager)
- The number of arguments documented in the code (via the HelpMessageOpt calls)
- The deduced quantity and list of:
- Undocumented arguments (arguments used but not documented)
- Unknown arguments (arguments documented but not used)
The script exit code is the number of undocumented arguments.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The test plan is inadequate. For all I know, running that command result in the script throwing an exception and crashing. I know for a fact that we have undocumented arguments so I would expect this to give us something if it worked.
Comment Actions
So there are undocumented arguments. Running that should be added to the release checklist.