We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de51787 commit c93cfc7Copy full SHA for c93cfc7
static/schema/schema.v2.json
@@ -767,6 +767,19 @@
767
"additionalProperties": false,
768
"default": {},
769
"description": "CircleCI tool is a static checker for CircleCI config files."
770
+ },
771
+ "sqlfluff": {
772
+ "type": "object",
773
+ "properties": {
774
+ "enabled": {
775
+ "type": "boolean",
776
+ "default": true,
777
+ "description": "Enable SQLFluff | SQLFluff is an open source, dialect-flexible and configurable SQL linter. | v3.3.0"
778
+ }
779
780
+ "additionalProperties": false,
781
+ "default": {},
782
+ "description": "SQLFluff is an open source, dialect-flexible and configurable SQL linter."
783
}
784
},
785
0 commit comments