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
Today there are some lints that will trigger on protobuf files (such as the 80 char limit lint). The only real solution is to disable those lints entirely for the whole project.
However, this package could add // ignore_for_file: type=lint to the top of generated files so that lints are all silenced. In general for generated code this is a good practice, to eliminate noise.
The text was updated successfully, but these errors were encountered:
Today there are some lints that will trigger on protobuf files (such as the 80 char limit lint). The only real solution is to disable those lints entirely for the whole project.
However, this package could add
// ignore_for_file: type=lint
to the top of generated files so that lints are all silenced. In general for generated code this is a good practice, to eliminate noise.The text was updated successfully, but these errors were encountered: