Skip to content

checkpatch marks possible repeated words as errors #45

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

Closed
rtolkacheva opened this issue Oct 5, 2022 · 0 comments
Closed

checkpatch marks possible repeated words as errors #45

rtolkacheva opened this issue Oct 5, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@rtolkacheva
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants