I'm trying to add buf linting to our CI process with the protoc-gen-buf-lint plugin but it fails the build when it gets the first error. I'd like to be able to run it with new lint rules and see how many errors there will be all at once.
Can you add an option that allows reporting linting errors as warnings instead of errors? This would also be useful so some of the lint rules could be printed as warnings during the build instead of errors.