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 c112ecc commit 4ca3402Copy full SHA for 4ca3402
static/schema/schema.v2.json
@@ -576,6 +576,19 @@
576
"default": {},
577
"description": "Buf offers linting for Protobuf files."
578
},
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
592
"actionlint": {
593
"type": "object",
594
"properties": {
0 commit comments