We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75b79f commit 51635bdCopy full SHA for 51635bd
static/schema/schema.v2.json
@@ -618,6 +618,19 @@
618
"additionalProperties": false,
619
"default": {},
620
"description": "PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java."
621
+ },
622
+ "cppcheck": {
623
+ "type": "object",
624
+ "properties": {
625
+ "enabled": {
626
+ "type": "boolean",
627
+ "default": true,
628
+ "description": "Enable Cppcheck | Cppcheck is a static code analysis tool for the C and C++ programming languages. | v2.10.2"
629
+ }
630
631
+ "additionalProperties": false,
632
+ "default": {},
633
+ "description": "Cppcheck is a static code analysis tool for the C and C++ programming languages."
634
}
635
},
636
0 commit comments