Skip to content

Commit

Permalink
enable ginkgolinter
Browse files Browse the repository at this point in the history
  • Loading branch information
nunnatsa committed Mar 14, 2024
1 parent 53946b6 commit 4bf8cde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
linters-settings:
ginkgolinter:
forbid-focus-container: true
goimports:
local-prefixes: github.com/nginxinc/nginx-gateway-fabric
misspell:
Expand Down Expand Up @@ -41,6 +43,7 @@ linters:
- asciicheck
- errcheck
- errorlint
- ginkgolinter
- gocyclo
- gofmt
- gofumpt
Expand Down

0 comments on commit 4bf8cde

Please sign in to comment.