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.
1 parent 646d4d1 commit 9322a1eCopy full SHA for 9322a1e
.golangci.yml
@@ -1,4 +1,6 @@
1
linters-settings:
2
+ goimports:
3
+ local-prefixes: github.com/nginxinc/nginx-kubernetes-gateway
4
misspell:
5
locale: US
6
revive:
cmd/gateway/setup_test.go
@@ -3,11 +3,11 @@ package main_test
import (
"errors"
- . "github.com/nginxinc/nginx-kubernetes-gateway/cmd/gateway"
7
- flag "github.com/spf13/pflag"
8
-
9
. "github.com/onsi/ginkgo"
10
. "github.com/onsi/gomega"
+ flag "github.com/spf13/pflag"
+
+ . "github.com/nginxinc/nginx-kubernetes-gateway/cmd/gateway"
11
)
12
13
var domain string
0 commit comments