We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c31c50 commit ed179c7Copy full SHA for ed179c7
1 file changed
tests/series/maintainers/test.py
@@ -97,7 +97,7 @@ def check_maintainer_coverage(tree, new_files, out):
97
98
# Ideal entry size is <50. But if someone is adding a Kconfig file,
99
# chances are they should be a maintainer.
100
- pass_target = 50
+ pass_target = 75
101
if 'Kconfig' in new_files:
102
pass_target = 3
103
0 commit comments