Make linters happy and disable deprecated exhaustivestruct.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-06-29 13:00:38 +05:00
parent 9d5d5c262e
commit dc1287dae8
8 changed files with 13 additions and 8 deletions

View File

@@ -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()