Skip to content

Commit 7bde766

Browse files
Remove exception for maintainer
1 parent c6bde70 commit 7bde766

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/check_modules.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,6 @@ def check_modules():
420420
elif module.get('stars', 0) < 3:
421421
module["defaultSortWeight"] = max(module["defaultSortWeight"], 1)
422422

423-
# Just to reduce imbalance in the default sort order, modules from this developer get a minimum value of one.
424-
if module['maintainer'] == "KristjanESPERANTO":
425-
module["defaultSortWeight"] = max(module["defaultSortWeight"], 1)
426-
427423
print(
428424
f"{stats['moduleCounter']} modules analyzed. For results see file result.md. ")
429425

0 commit comments

Comments
 (0)