Skip to content

Commit 3251b29

Browse files
Update schema.v2.json
1 parent 6d609ff commit 3251b29

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

+13
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,19 @@
657657
"additionalProperties": false,
658658
"default": {},
659659
"description": "Cppcheck is a static code analysis tool for the C and C++ programming languages."
660+
},
661+
"circleci": {
662+
"type": "object",
663+
"properties": {
664+
"enabled": {
665+
"type": "boolean",
666+
"default": true,
667+
"description": "Enable CircleCi | CircleCi tool is a static checker for CircleCi config files. | v0.1.30995"
668+
}
669+
},
670+
"additionalProperties": false,
671+
"default": {},
672+
"description": "CircleCi tool is a static checker for CircleCi config files."
660673
}
661674
},
662675
"additionalProperties": false,

0 commit comments

Comments
 (0)