Skip to content

Commit 4bf8cde

Browse files
committed
enable ginkgolinter
1 parent 53946b6 commit 4bf8cde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
linters-settings:
2+
ginkgolinter:
3+
forbid-focus-container: true
24
goimports:
35
local-prefixes: github.com/nginxinc/nginx-gateway-fabric
46
misspell:
@@ -41,6 +43,7 @@ linters:
4143
- asciicheck
4244
- errcheck
4345
- errorlint
46+
- ginkgolinter
4447
- gocyclo
4548
- gofmt
4649
- gofumpt

0 commit comments

Comments
 (0)