Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 51635bd

Browse files
Update schema.v2.json
1 parent f75b79f commit 51635bd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎static/schema/schema.v2.json‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,19 @@
618618
"additionalProperties": false,
619619
"default":{},
620620
"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."
621634
}
622635
},
623636
"additionalProperties": false,

0 commit comments

Comments
(0)