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 b48f638 commit 46b4ecfCopy full SHA for 46b4ecf
scripts/check_modules.py
@@ -367,7 +367,7 @@ def check_modules():
367
if len(module["issues"]) < 1:
368
if ".yml" in str(file_path).lower():
369
module["issues"].append(
370
- f"`Recommendation: {file_path.name}`: Use official file extension `.yaml` instead of `.yml` (<https://yaml.org/faq.html>).")
+ f"Recommendation: `{file_path.name}`: Use official file extension `.yaml` instead of `.yml` (<https://yaml.org/faq.html>).")
371
372
if "LICENSE" not in str(sorted(module_directory_path.rglob("*"))):
373
module["issues"].append("Warning: No LICENSE file.")
0 commit comments