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 962321e commit 9513129Copy full SHA for 9513129
scripts/check_modules.py
@@ -467,7 +467,7 @@ def check_modules():
467
markdown_output += "| | number |\n"
468
markdown_output += "|:---------------------|:--------:|\n"
469
markdown_output += f"| modules analyzed | { stats['moduleCounter']:>6} |\n"
470
- markdown_output += f"| maintainer | { len(stats['maintainer']):>6} |\n"
+ markdown_output += f"| maintainers | { len(stats['maintainer']):>6} |\n"
471
markdown_output += f"| modules with issues | {stats['modulesWithIssuesCounter']:>6} |\n"
472
markdown_output += f"| issues | { stats['issueCounter']:>6} |\n"
473
0 commit comments