Make linters happy and disable deprecated exhaustivestruct.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -32,7 +32,7 @@ type Config struct {
|
||||
// NewConfig returns new configuration.
|
||||
func NewConfig() *Config {
|
||||
// Fields are initialized when parsing YAML file.
|
||||
// nolint:exhaustivestruct
|
||||
// nolint:exhaustruct
|
||||
c := &Config{}
|
||||
c.initialize()
|
||||
|
||||
|
Reference in New Issue
Block a user