We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af52c1 commit 80ee11eCopy full SHA for 80ee11e
scripts/find_undoc_args.py
@@ -112,6 +112,7 @@ def main():
112
# only include if there are missing arguments in the docstring (less false positives)
113
# and there are at least some documented arguments
114
collect = [e for e in collect if e.undoc_names and len(e.undoc_names) != e.nsig_names]
115
+ collect.sort(key=lambda x:x.path)
116
117
if args.github_repo:
118
for i,item in enumerate(collect,1):
0 commit comments