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 4751944 commit a420978Copy full SHA for a420978
scripts/check_modules.py
@@ -253,7 +253,7 @@ def check_modules():
253
254
if "outdated" in module:
255
module["defaultSortWeight"] += 900
256
- module["issues"] = True
+ module["issues"] = False # Set this to False to prevent showing dev hints on the website..
257
stats["issueCounter"] += 1
258
stats["modulesWithIssuesCounter"] += 1
259
0 commit comments