Fix some linter errors

This commit is contained in:
Daniel
2021-06-03 23:30:27 +02:00
parent 2127f1b210
commit 417d7e4743
6 changed files with 66 additions and 65 deletions

View File

@@ -96,7 +96,7 @@ func getPmStartLogFile(ext string) *os.File {
}, info.Version(), ext)
}
//nolint:deadcode,unused // false positive on linux, currently used by windows only
//nolint:unused // false positive on linux, currently used by windows only
func logControlError(cErr error) {
// check if error present
if cErr == nil {