-
Notifications
You must be signed in to change notification settings - Fork 42
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
Conversation
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 <keith.wiles@intel.com>
Clean up lint errors when option is removed. Signed-off-by: Keith Wiles <keith.wiles@intel.com>
Clean up lint errors when option is removed. Signed-off-by: Keith Wiles <keith.wiles@intel.com>
Clean up lint errors when option is removed. Signed-off-by: Keith Wiles <keith.wiles@intel.com>
Clean up lint errors when option is removed. Signed-off-by: Keith Wiles <keith.wiles@intel.com>
Clean up lint errors when option is removed. Signed-off-by: Keith Wiles <keith.wiles@intel.com>
Clean up lint errors when option is removed. Signed-off-by: Keith Wiles <keith.wiles@intel.com>
…::required-fields Clean up lint errors when option is removed. Signed-off-by: Keith Wiles <keith.wiles@intel.com>
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 <keith.wiles@intel.com>
85463eb
to
6a22970
Compare
Resolved the conflicts needed to rebase and re-run make then commit the generated files again. Thank you for the reviews! |
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.
Signed-off-by: Keith Wiles keith.wiles@intel.com