Skip to content

Commit

Permalink
update linter configs for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal committed Dec 1, 2023
1 parent 0ecfdc0 commit 74bf29c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ linters-settings:
min-complexity: 11
govet:
check-shadowing: true
revive:
rules:
- name: dot-imports
disabled: true
stylecheck:
dot-import-whitelist:
- "github.com/onsi/ginkgo/v2"
- "github.com/onsi/gomega"
misspell:
locale: US
ignore-words: []
Expand Down

0 comments on commit 74bf29c

Please sign in to comment.