We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58102f9 commit 39fe6deCopy full SHA for 39fe6de
static/schema/schema.v2.json
@@ -830,6 +830,19 @@
830
"additionalProperties": false,
831
"default": {},
832
"description": "Configuration for Shopify Theme Check to ensure theme quality and best practices"
833
+ },
834
+ "rustClippy": {
835
+ "type": "object",
836
+ "properties": {
837
+ "enabled": {
838
+ "type": "boolean",
839
+ "default": true,
840
+ "description": "Enable Clippy | Clippy is a linter for Rust code. | v1.86.0"
841
+ }
842
843
+ "additionalProperties": false,
844
+ "default": {},
845
+ "description": "Clippy is a linter for Rust code."
846
}
847
},
848
0 commit comments