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 919b578 commit 64008f9Copy full SHA for 64008f9
scripts/validate-yml.py
@@ -1,3 +1,21 @@
1
+# -----------------------------------------------------------
2
+# YAML Validator - plugins-and-themes.yml
3
4
+#
5
+# This script validates the structure and format of the
6
+# plugins-and-themes.yml file used to generate the markdown
7
+# documentation files for plugins and themes.
8
9
+# Ensures all required fields are present, properly typed,
10
+# and correctly formatted. If validation fails, generation
11
+# is aborted.
12
13
+# Usage:
14
+# python scripts/validate-yml.py
15
16
+# Created by: GarlicRot
17
18
+
19
import yaml
20
import re
21
import sys
0 commit comments