-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSI violates several Protobuf Style Guide rules #711
Comments
Hi Martin, |
The enum structure of OSI has been adapted to the need of the application. The first value is Those two are sematically somehow in combination
|
Hi Carlo, |
Again, thank you for the clarification. The reason for the rule is stated as
This is basically what |
Describe the bug
OSI violates several Protobuf Style Guide rules, see Style Guide
imports are listed before package name
imports are not sorted
options are listed before package name and imports
zero values do not use the suffix
UNSPECIFIED
Expected
Follow the Style Guide and explicitly list exceptions as it is done here:
Provide a protolint config file, use protolint in CI.
Regards,
Martin
Martin Stump [email protected] on behalf of MBition GmbH, Provider Information
The text was updated successfully, but these errors were encountered: