You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be great if we had linting support via bazel. We have a large monorepo and using bazel to lint would save a lot of time since it'd prevent recompiles.
The text was updated successfully, but these errors were encountered:
This is on the roadmap! It isn't our biggest priority right now, but expect to see this in the future. You can also follow along at #496 for some related tasks (i.e. we plan to accomplish this by reaching parity between buf protoc and protoc).
Also note that in the interim (before we have dedicated Bazel rules), you can actually use protoc-gen-buf-lint for this. It's actually built specifically for the bazel use case. Let us know if this helps you!
It'd be great if we had linting support via bazel. We have a large monorepo and using bazel to lint would save a lot of time since it'd prevent recompiles.
The text was updated successfully, but these errors were encountered: