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 35ffe3c commit 66399e8Copy full SHA for 66399e8
static/schema/schema.v2.json
@@ -792,6 +792,19 @@
792
"default": {},
793
"description": "CircleCI tool is a static checker for CircleCI config files."
794
},
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
808
"sqlfluff": {
809
"type": "object",
810
"properties": {
0 commit comments