Skip to content

Commit 94f50b5

Browse files
committed
Fix golangci syntax error in run configuration
Signed-off-by: TaeyoungKwak <[email protected]>
1 parent ff2bf78 commit 94f50b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.golangci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1+
run:
2+
concurrency: 2
13
linters:
2-
run:
3-
concurrency: 2
4-
skip-dirs:
5-
- tests/composefiles
64
enable-all: false
75
disable-all: true
86
enable:

0 commit comments

Comments
 (0)