Skip to content

Commit

Permalink
[fix] ignore ginkgo/gomega dot imports
Browse files Browse the repository at this point in the history
  • Loading branch information
na4ma4 committed Oct 24, 2023
1 parent a0811be commit 5c9731f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,3 +312,8 @@ issues:
- gosec
- noctx
- wrapcheck
# Allow dot imports for ginkgo and gomega
- source: ginkgo|gomega
linters:
- revive
text: "should not use dot imports"

0 comments on commit 5c9731f

Please sign in to comment.