Skip to content

Commit 7067202

Browse files
Update schema.v2.json
1 parent 4262bc4 commit 7067202

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
@@ -792,6 +792,19 @@
792792
"default": {},
793793
"description": "CircleCI tool is a static checker for CircleCI config files."
794794
},
795+
"clippy": {
796+
"type": "object",
797+
"properties": {
798+
"enabled": {
799+
"type": "boolean",
800+
"default": true,
801+
"description": "Enable Clippy | Clippy is a collection of lints to catch common mistakes and improve your Rust code. | Enable Clippy integration."
802+
}
803+
},
804+
"additionalProperties": false,
805+
"default": {},
806+
"description": "Clippy is a collection of lints to catch common mistakes and improve your Rust code."
807+
},
795808
"sqlfluff": {
796809
"type": "object",
797810
"properties": {

0 commit comments

Comments
 (0)