You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/schema/schema.v2.json
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -908,6 +908,36 @@
908
908
"additionalProperties": false,
909
909
"default": {},
910
910
"description": "dotenv-linter is a tool for checking and fixing .env files for problems and best practices"
911
+
},
912
+
"htmlhint": {
913
+
"type": "object",
914
+
"properties": {
915
+
"enabled": {
916
+
"type": "boolean",
917
+
"default": true,
918
+
"description": "Enable HTMLHint | HTMLHint is a static code analysis tool for HTML files. | Enable HTMLHint integration. | v1.5.0"
919
+
},
920
+
"config_file": {
921
+
"type": "string",
922
+
"description": "Optional path to the HTMLHint configuration file relative to the repository. This is useful when the configuration file is named differently than the default '.htmlhintrc'."
923
+
}
924
+
},
925
+
"additionalProperties": false,
926
+
"description": "HTMLHint is a static code analysis tool for HTML files.",
927
+
"default": {}
928
+
},
929
+
"checkmake": {
930
+
"type": "object",
931
+
"properties": {
932
+
"enabled": {
933
+
"type": "boolean",
934
+
"default": true,
935
+
"description": "Enable checkmake | checkmake is a linter for Makefiles. | v0.2.2"
936
+
}
937
+
},
938
+
"additionalProperties": false,
939
+
"default": {},
940
+
"description": "checkmake is a linter for Makefiles."
0 commit comments