Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ run:
linters:
enable-all: true
disable:
- goimports # TODO Remove this one
- cyclop
- depguard
- exhaustivestruct
Expand Down
2 changes: 1 addition & 1 deletion internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down