https://github.com/kinneko-de/sample-protobuf-styleguide-vscode-buf
In this repository I investigate the potential of the buf visual studio code extension
https://github.com/kinneko-de/sample-protobuf-styleguide-vscode-buf
buf editor lint linting protobuf protocol-buffers visual-studio-code
Last synced: 4 months ago
JSON representation
In this repository I investigate the potential of the buf visual studio code extension
- Host: GitHub
- URL: https://github.com/kinneko-de/sample-protobuf-styleguide-vscode-buf
- Owner: KinNeko-De
- License: mit
- Created: 2024-12-27T16:46:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T20:10:50.000Z (over 1 year ago)
- Last Synced: 2025-05-30T07:31:14.967Z (about 1 year ago)
- Topics: buf, editor, lint, linting, protobuf, protocol-buffers, visual-studio-code
- Homepage: https://medium.com/@kinneko-de/792c1846a935
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# Motivation
In this repository I investigate the potential of the buf visual studio code extension. It is expected that the extension will be capable of detecting all errors within proto files.
# Description
Read my [article](https://medium.com/@kinneko-de/792c1846a935) for the result.
https://gist.github.com/KinNeko-De/1dd97ac1ed63b2c2ec82d7b6d6bda016
# Structure
There are several samples with simple proto definitions. Each of these proto definitions has at least one error. I haeve grouped the samples by context:
| Sample | Context |
|--------|----------|
| s0xx | File |
| s1xx | Message |
| s2xx | Field |
| s3xx | Package |
| s4xx | Import |
| s5xx | Enum |
| s6xx | Oneof |
| s7xx | Repeated |