Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

ci: Static checks for license should ignore any *.pb.go file#852

Merged
chavafg merged 1 commit intokata-containers:masterfrom
sboeuf:ignore_pb_go
Oct 24, 2018
Merged

ci: Static checks for license should ignore any *.pb.go file#852
chavafg merged 1 commit intokata-containers:masterfrom
sboeuf:ignore_pb_go

Conversation

@sboeuf
Copy link
Copy Markdown

@sboeuf sboeuf commented Oct 24, 2018

All *.pb.go files are generated files from *.proto files. There is no
reason to ignore only the ones from protocols/grpc subdirectory.

Fixes #851

Signed-off-by: Sebastien Boeuf sebastien.boeuf@intel.com

All *.pb.go files are generated files from *.proto files. There is no
reason to ignore only the ones from protocols/grpc subdirectory.

Fixes kata-containers#851

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
@sboeuf
Copy link
Copy Markdown
Author

sboeuf commented Oct 24, 2018

/test

sboeuf pushed a commit to sboeuf/agent that referenced this pull request Oct 24, 2018
Some structures such as Interface and Route are not only used by the
kata-agent since they are generic enough to be reused by kata-runtime
or kata-netmon.

By splitting those structures into their separate package, we prevent
their consumers from importing the whole protocols/grpc package which
pulls a lot of unneeded content.

Depends-on: github.com/kata-containers/tests#852

Fixes kata-containers#399

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
@chavafg
Copy link
Copy Markdown
Contributor

chavafg commented Oct 24, 2018

lgtm

Approved with PullApprove

1 similar comment
@GabyCT
Copy link
Copy Markdown
Contributor

GabyCT commented Oct 24, 2018

lgtm

Approved with PullApprove

@chavafg chavafg merged commit b6ca9f5 into kata-containers:master Oct 24, 2018
sboeuf pushed a commit to sboeuf/agent that referenced this pull request Oct 24, 2018
Some structures such as Interface and Route are not only used by the
kata-agent since they are generic enough to be reused by kata-runtime
or kata-netmon.

By splitting those structures into their separate package, we prevent
their consumers from importing the whole protocols/grpc package which
pulls a lot of unneeded content.

Depends-on: github.com/kata-containers/tests#852

Fixes kata-containers#399

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
sboeuf pushed a commit to sboeuf/agent that referenced this pull request Oct 24, 2018
Some structures such as Interface and Route are not only used by the
kata-agent since they are generic enough to be reused by kata-runtime
or kata-netmon.

By splitting those structures into their separate package, we prevent
their consumers from importing the whole protocols/grpc package which
pulls a lot of unneeded content.

Depends-on: github.com/kata-containers/tests#852

Fixes kata-containers#399

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants