We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f09a8 commit 4faa0fbCopy full SHA for 4faa0fb
2 files changed
acceptance-tests/.golangci.yml
@@ -0,0 +1,12 @@
1
+version: "2"
2
+
3
+linters:
4
+ default: standard
5
6
+ settings:
7
+ errcheck:
8
+ check-blank: true # assignment to blank identifier: `_ := someFunc()`.
9
10
+formatters:
11
+ enable:
12
+ - goimports
acceptance-tests/testhelpers/bosh.go
@@ -7,7 +7,7 @@ import (
boshlog "github.com/cloudfoundry/bosh-utils/logger"
"github.com/cloudfoundry/bosh-utils/system"
- . "github.com/onsi/gomega"
+ . "github.com/onsi/gomega" //nolint:staticcheck
)
13
type BOSH struct {
0 commit comments