Skip to content

Commit ed179c7

Browse files
committed
tests: maintainers: increase the file count to 75
Drivers are getting larger and larger, increase the warning threshold to 75. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 9c31c50 commit ed179c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/series/maintainers/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def check_maintainer_coverage(tree, new_files, out):
9797

9898
# Ideal entry size is <50. But if someone is adding a Kconfig file,
9999
# chances are they should be a maintainer.
100-
pass_target = 50
100+
pass_target = 75
101101
if 'Kconfig' in new_files:
102102
pass_target = 3
103103

0 commit comments

Comments
 (0)