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 00acced commit 57d5f49Copy full SHA for 57d5f49
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