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

This commit is contained in:
2022-06-29 13:19:22 +05:00
parent 14581dbe83
commit 7fa3553da6
4 changed files with 6 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ func Parse() *Config {
panic("Failed to read configuration file data: " + readErr.Error())
}
// nolint:exhaustivestruct
// nolint:exhaustruct
cfg := &Config{}
if err := yaml.Unmarshal(data, cfg); err != nil {