mirror of https://github.com/docker/compose.git
Fix golangci syntax error in run configuration
Signed-off-by: TaeyoungKwak <astrokwak@gmail.com>
This commit is contained in:
parent
ff2bf78570
commit
94f50b520c
|
@ -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