We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811b71f commit ab7ccadCopy full SHA for ab7ccad
static/schema/schema.v2.json
@@ -562,6 +562,19 @@
562
"additionalProperties": false,
563
"default": {},
564
"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."
578
}
579
},
580
0 commit comments