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

Commit 4ef5aeb

Browse files
committed
goenvbuild: support suggested changes in service config
1 parent c1131d4 commit 4ef5aeb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/goenvbuild/config/config.go

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ type Service struct {
55

66
GolangciLintVersion string `mapstructure:"golangci-lint-version"`
77
Prepare []string
8+
SuggestedChanges SuggestedChangesConfig `mapstructure:"suggested-changes"`
9+
}
10+
11+
type SuggestedChangesConfig struct {
12+
Disabled bool
813
}
914

1015
type FullConfig struct {

0 commit comments

Comments
 (0)