Skip to content

Commit 83744f7

Browse files
authored
Merge pull request docker#9619 from Jeldo/Fix-syntax-error-on-golangci-run-configuration
Fix golangci syntax error in run configuration
2 parents 5a1fea8 + 94f50b5 commit 83744f7

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)