]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/config.ini
Sync BaseTool trunk (version r2460) into EDKII BaseTools. The change mainly includes:
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / config.ini
index 357c52ced0f39edc3c5add83a40e487a4e7151b9..c55276fce75bd073ae782a0aaa20fced7df4fe5f 100644 (file)
@@ -97,6 +97,14 @@ HeaderCheckAll = 0
 HeaderCheckFile = 1\r
 # Check whether Function header exists\r
 HeaderCheckFunction = 1\r
+# Check whether Meta data File header Comment End with '##'\r
+HeaderCheckFileCommentEnd = 0\r
+# Check whether C File header Comment content start with two spaces\r
+HeaderCheckCFileCommentStartSpacesNum = 0\r
+# Check whether C File header Comment's each reference at list should begin with a bullet character '-'\r
+HeaderCheckCFileCommentReferenceFormat = 0\r
+# Check whether C File header Comment have the License immediately after the ""Copyright"" line\r
+HeaderCheckCFileCommentLicenseFormat = 0\r
 \r
 #\r
 # C Function Layout Checking\r