Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ospf): cleanup the linting errors
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]>
- Loading branch information