We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e26ecbc + be4f684 commit d887f02Copy full SHA for d887f02
.golangci.yml
@@ -8,7 +8,6 @@ run:
8
linters:
9
enable-all: true
10
disable:
11
- - goimports # TODO Remove this one
12
- cyclop
13
- depguard
14
- exhaustivestruct
internal/client/client.go
@@ -8,7 +8,7 @@ import (
"net/url"
"time"
- "github.com/NETWAYS/check_influxdb/internal/api"
+ influxdb "github.com/NETWAYS/check_influxdb/internal/api"
)
// Client is a small wrapper for HTTP connections,
0 commit comments