We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, would it be easy to add a rule that would disallow this:
message Foo { // Example 1 int32 field_one = 1; // Example 2 int32 field_two = 2; }
and force you to do this:
The text was updated successfully, but these errors were encountered:
@ricsiLT Yes. It's possible and not much difficult. You can use the position info of each message field to detect violations.
Sorry, something went wrong.
No branches or pull requests
Hi, would it be easy to add a rule that would disallow this:
and force you to do this:
The text was updated successfully, but these errors were encountered: