Skip to content

Commit a420978

Browse files
Don't show dev hints for outdated modules
1 parent 4751944 commit a420978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def check_modules():
253253

254254
if "outdated" in module:
255255
module["defaultSortWeight"] += 900
256-
module["issues"] = True
256+
module["issues"] = False # Set this to False to prevent showing dev hints on the website..
257257
stats["issueCounter"] += 1
258258
stats["modulesWithIssuesCounter"] += 1
259259

0 commit comments

Comments
 (0)