Running arc lint or arc diff will run the script.
An error will be returned for each undocumented or unknown argument.
Depends on D2306
Differential D2307
Integrates the check-doc.py script to arcanist Fabien on Jan 14 2019, 12:26. Authored by
Details
Running arc lint or arc diff will run the script. Depends on D2306 arc lint Check there is no error Add this line to src/init.cpp (don't forget to save): // GetArg("-dummy", "default"); arc lint Check it outputs an undocumented argument error for -dummy Add this line to src/init.cpp (don't forget to save): // HelpMessageOpt("-dummy", "Dummy documentation"); arc lint Check it outputs an unknown argument error for -dummy
Diff Detail
Event Timeline
Comment Actions Remove the check in the release process document, no longer necessary
Comment Actions Add an instruction to run arc lint --everything in the release process document
|