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 b7ea42b commit bd16b1cCopy full SHA for bd16b1c
scripts/check_modules.py
@@ -520,7 +520,7 @@ def check_modules():
520
module["defaultSortWeight"] = max(module["defaultSortWeight"], 1)
521
522
# Just to reduce imbalance in the default sort order, modules from this developer get a minimum value of one.
523
- if module['maintainer'] == "KristjanESPERANTO" and module["name"] != "MMM-EasyPix":
+ if module['maintainer'] == "KristjanESPERANTO" and module["name"] != "MMM-EasyPix" and module["name"] != "MMM-Forum":
524
525
526
print(
0 commit comments