Skip to content

Commit 1544ba3

Browse files
committed
🌱 (chore): enable ginkgolinter forbid-spec-pollution to enforce isolated test specs
1 parent 61b7c73 commit 1544ba3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ issues:
1717
- gosec
1818

1919
linters-settings:
20+
ginkgolinter:
21+
forbid-spec-pollution: true
2022
govet:
2123
enable-all: true
2224
disable:

0 commit comments

Comments
 (0)