Skip to content

Commit c93cfc7

Browse files
Update schema.v2.json
1 parent de51787 commit c93cfc7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

+13
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,19 @@
767767
"additionalProperties": false,
768768
"default": {},
769769
"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."
770783
}
771784
},
772785
"additionalProperties": false,

0 commit comments

Comments
 (0)