mirror of https://github.com/docker/compose.git
Merge pull request #9619 from Jeldo/Fix-syntax-error-on-golangci-run-configuration
Fix golangci syntax error in run configuration
This commit is contained in:
commit
83744f7e99
|
@ -1,8 +1,6 @@
|
|||
run:
|
||||
concurrency: 2
|
||||
linters:
|
||||
run:
|
||||
concurrency: 2
|
||||
skip-dirs:
|
||||
- tests/composefiles
|
||||
enable-all: false
|
||||
disable-all: true
|
||||
enable:
|
||||
|
|
Loading…
Reference in New Issue