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 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