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 c6bde70 commit 7bde766Copy full SHA for 7bde766
scripts/check_modules.py
@@ -420,10 +420,6 @@ def check_modules():
420
elif module.get('stars', 0) < 3:
421
module["defaultSortWeight"] = max(module["defaultSortWeight"], 1)
422
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
-
427
print(
428
f"{stats['moduleCounter']} modules analyzed. For results see file result.md. ")
429
0 commit comments