a hidden flag for simpler access to new init format#3660
a hidden flag for simpler access to new init format#3660tejal29 merged 2 commits intoGoogleContainerTools:masterfrom
Conversation
Codecov Report
|
pkg/skaffold/initializer/init.go
Outdated
| EnableBuildpacksInit bool | ||
| BuildpacksBuilder string | ||
| Opts config.SkaffoldOptions | ||
| EnableNewInitFormat bool |
There was a problem hiding this comment.
pkg/skaffold/initializer/init.go:54:13: struct of size 400 bytes could be of size 392 bytes (maligned)
type Config struct {
This linter is pedantic! I love it! You can save 4 bytes by moving this up with the other bools.
There was a problem hiding this comment.
oh yeah, right, this always gets me
|
In future, do you have plans to mark Edit: |
yeah, they are used separately. |
Fixes #3655.