Thanks to visit codestin.com Credit goes to github.com
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 34c9412 commit fd91024Copy full SHA for fd91024
static/schema/schema.v2.json
@@ -925,6 +925,19 @@
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."
941
}
942
},
943
0 commit comments