Skip to content

Commit 9d0cf41

Browse files
committed
golanci-lint: ignore parallel tests in k6/html
1 parent 85b609c commit 9d0cf41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ linters:
103103
- revive
104104
path: js\/modules\/k6\/html\/.*\.go
105105
text: 'exported: exported '
106+
- linters:
107+
- paralleltest
108+
- tparallel
109+
path: js\/modules\/k6\/html\/.*\.go
106110
- linters:
107111
- paralleltest
108112
- tparallel

0 commit comments

Comments
 (0)