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
https://github.com/tarantool/tarantool/actions/runs/3189947115/jobs/5205860251#logs
ERROR:REPEATED_WORD: Possible repeated word: 'Select' #159: FILE: test/fuzz/sql_fuzzer/sql_query.proto:7: + Select select = 1; ERROR:REPEATED_WORD: Possible repeated word: 'Limit' #181: FILE: test/fuzz/sql_fuzzer/sql_query.proto:29: + optional Limit limit = 10; ERROR:REPEATED_WORD: Possible repeated word: 'Engine' #328: FILE: test/fuzz/sql_fuzzer/sql_query.proto:176: + optional Engine engine = 5; ERROR:REPEATED_WORD: Possible repeated word: 'Term' #511: FILE: test/fuzz/sql_fuzzer/sql_query.proto:359: + required Term term = 2;
There repeated words are not mistaken or copied by an accident, protobuf's message name and field name are the same by choice.
The text was updated successfully, but these errors were encountered:
2e16816
No branches or pull requests
https://github.com/tarantool/tarantool/actions/runs/3189947115/jobs/5205860251#logs
There repeated words are not mistaken or copied by an accident, protobuf's message name and field name are the same by choice.
The text was updated successfully, but these errors were encountered: