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

fix: Fix format of package comment #44

Merged
merged 2 commits into from Sep 22, 2022
Merged

fix: Fix format of package comment #44

merged 2 commits into from Sep 22, 2022

Conversation

ondrej-fabry
Copy link
Member

@ondrej-fabry ondrej-fabry commented Sep 20, 2022

The new go formatter code removes empty comment lines at beginning/end of comment section. This PR removes extra added newline after list of package contents and adds dash before each object. This avoids tooling to match the padding as indent.

Changes

  • Fix package comment format of list of contents
  • Regenerate binapi for VPP 22.06 including correct version in the pacackge comments.
  • The VPPversion used for generating the binapi code is now fixed in Makefile to allow reproducibility.

The new go formatter code removes empty comment lines at beginning/end of comment section. This PR removes extra added newline after list of package contents and adds dash before each object. This avoids tooling to match the padding as indent.

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
…age comments

The version of VPP used for generating the binapi code is now fixed in Makefile to allow reproducibility.

Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
@ondrej-fabry ondrej-fabry marked this pull request as ready for review September 20, 2022 16:22
@ondrej-fabry ondrej-fabry changed the title Fix format of package comment fix: Fix format of package comment Sep 20, 2022
@ondrej-fabry ondrej-fabry merged commit 744e115 into master Sep 22, 2022
@ondrej-fabry ondrej-fabry deleted the fix-binapi branch September 22, 2022 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants