Add linter revive (#554)

* Add linter revive

* Add underscore to variable name to prevent shadowing

* Remove unnecessary leading underscore

* Revert changes to vendor file

* export ConfigFetcher as interface

* no 'yoda conditions'

* rename envsubst

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
Lukas
2021-12-01 14:22:06 +01:00
committed by GitHub
parent 494c211910
commit 680d003a29
53 changed files with 340 additions and 345 deletions

View File

@@ -170,7 +170,6 @@ func splitVolumeParts(volumeParts string) ([]string, error) {
}
}
return cleanResults, nil
} else {
return strings.Split(volumeParts, ":"), nil
}
return strings.Split(volumeParts, ":"), nil
}