Skip to content

Commit 4ca3402

Browse files
Update schema.v2.json
1 parent c112ecc commit 4ca3402

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
@@ -576,6 +576,19 @@
576576
"default": {},
577577
"description": "Buf offers linting for Protobuf files."
578578
},
579+
"regal": {
580+
"type": "object",
581+
"properties": {
582+
"enabled": {
583+
"type": "boolean",
584+
"default": true,
585+
"description": "Enable Regal | Regal is a linter and language server for Rego. | v0.25.0"
586+
}
587+
},
588+
"additionalProperties": false,
589+
"default": {},
590+
"description": "Regal is a linter and language server for Rego."
591+
},
579592
"actionlint": {
580593
"type": "object",
581594
"properties": {

0 commit comments

Comments
 (0)