Skip to content
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

feat(ospf): cleanup the linting errors #465

Merged
merged 9 commits into from
Aug 8, 2024

Conversation

KeithWiles
Copy link
Contributor

Fix up the lint errors after changing the Makefile to remove
the options to disable the linting errors. The Makefile change
is not committed in this PR request to allow the rest of the
protobuf files to build until all protobuf files are updated.

Fixed and updated the two files bgp.proto and cloudrpc.proto files
to address the follow lint error types. Also the generated files
are included in this PR.

--disable-rule=core::0123
--disable-rule=core::0131
--disable-rule=core::0132
--disable-rule=core::0133
--disable-rule=core::0134
--disable-rule=core::0140
--disable-rule=core::0156
--disable-rule=core::0158
--disable-rule=core::0191
--disable-rule=core::0192
--disable-rule=core::0203
--disable-rule=core::0216
--disable-rule=client-libraries::4232::required-fields

Signed-off-by: Keith Wiles [email protected]

@KeithWiles KeithWiles requested a review from a team as a code owner August 7, 2024 21:38
@sandersms
Copy link
Contributor

sandersms commented Aug 8, 2024

Changes look good to me.

@KeithWiles It looks like there are some conflicts that need to be resolved prior to merging. I didn't want to try to resolve in case there were some specifics in your environment. The conflicts look to be in the autogeneration of the files and may be easily resolved by running the generation again and checking that in.

Clean up lint errors when option is removed.

Signed-off-by: Keith Wiles <[email protected]>
Clean up lint errors when option is removed.

Signed-off-by: Keith Wiles <[email protected]>
Clean up lint errors when option is removed.

Signed-off-by: Keith Wiles <[email protected]>
Clean up lint errors when option is removed.

Signed-off-by: Keith Wiles <[email protected]>
Clean up lint errors when option is removed.

Signed-off-by: Keith Wiles <[email protected]>
Clean up lint errors when option is removed.

Signed-off-by: Keith Wiles <[email protected]>
Clean up lint errors when option is removed.

Signed-off-by: Keith Wiles <[email protected]>
…::required-fields

Clean up lint errors when option is removed.

Signed-off-by: Keith Wiles <[email protected]>
Fix up the lint errors after changing the Makefile to remove
the options to disable the linting errors. The Makefile change
is not committed in this PR request to allow the rest of the
protobuf files to build until all protobuf files are updated.

Fixed and updated the two files bgp.proto and cloudrpc.proto files
to address the follow lint error types. Also the generated files
are included in this PR.

    --disable-rule=core::0123
    --disable-rule=core::0131
    --disable-rule=core::0132
    --disable-rule=core::0133
    --disable-rule=core::0134
    --disable-rule=core::0140
    --disable-rule=core::0156
    --disable-rule=core::0158
    --disable-rule=core::0191
    --disable-rule=core::0192
    --disable-rule=core::0203
    --disable-rule=core::0216
    --disable-rule=client-libraries::4232::required-fields

Signed-off-by: Keith Wiles <[email protected]>
@KeithWiles
Copy link
Contributor Author

Resolved the conflicts needed to rebase and re-run make then commit the generated files again. Thank you for the reviews!

@sandersms sandersms merged commit 6cd2180 into opiproject:main Aug 8, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants