Skip to content

Commit 57d5f49

Browse files
Update schema.v2.json
1 parent 00acced commit 57d5f49

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
@@ -562,6 +562,19 @@
562562
"additionalProperties": false,
563563
"default": {},
564564
"description": "RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter."
565+
},
566+
"buf": {
567+
"type": "object",
568+
"properties": {
569+
"enabled": {
570+
"type": "boolean",
571+
"default": true,
572+
"description": "Enable Buf | Buf offers linting for Protobuf files. | v1.36.0"
573+
}
574+
},
575+
"additionalProperties": false,
576+
"default": {},
577+
"description": "Buf offers linting for Protobuf files."
565578
}
566579
},
567580
"additionalProperties": false,

0 commit comments

Comments
 (0)