run golangci-lint on travis

This commit is contained in:
David Bariod
2019-10-25 14:49:48 +02:00
parent d5d4df1108
commit b77b626665
5 changed files with 52 additions and 1 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ func getCaller() *runtime.Frame {
// If the caller isn't part of this package, we're done
if pkg != logrusPackage {
return &f
return &f //nolint:scopelint
}
}