bufbuild/vscode-buf

Add a configuration hiding the lint's warning

Closed this issue · 2 comments

Hi, I am using this plugin and it's good, so let me thank to all contributors~

However, some protos in my projects are not always 'standard' to protobuf (company has its own standard), like:
image

The warning with the yellow line is so attractive, and I just want it to be not so attractive or hidden.
So maybe give us a chance to configure warning or lint?

Thank you for your reading : )

Hey! You can adjust the lint options using a buf.yaml file. You can also ignore certain rules for specific files. Here's a overview of linting using buf: https://buf.build/docs/lint/overview#defaults-and-configuration

Hey! You can adjust the lint options using a buf.yaml file. You can also ignore certain rules for specific files. Here's a overview of linting using buf: https://buf.build/docs/lint/overview#defaults-and-configuration

It works! Thanks~