Skip to content

Commit 46b4ecf

Browse files
Optimize output
1 parent b48f638 commit 46b4ecf

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
@@ -367,7 +367,7 @@ def check_modules():
367367
if len(module["issues"]) < 1:
368368
if ".yml" in str(file_path).lower():
369369
module["issues"].append(
370-
f"`Recommendation: {file_path.name}`: Use official file extension `.yaml` instead of `.yml` (<https://yaml.org/faq.html>).")
370+
f"Recommendation: `{file_path.name}`: Use official file extension `.yaml` instead of `.yml` (<https://yaml.org/faq.html>).")
371371

372372
if "LICENSE" not in str(sorted(module_directory_path.rglob("*"))):
373373
module["issues"].append("Warning: No LICENSE file.")

0 commit comments

Comments
 (0)