mirror of
https://github.com/docker/compose.git
synced 2026-06-30 13:17:32 +00:00
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 changed files with 2 additions and 4 deletions
|
|
@ -1,8 +1,6 @@
|
|||
run:
|
||||
concurrency: 2
|
||||
linters:
|
||||
run:
|
||||
concurrency: 2
|
||||
skip-dirs:
|
||||
- tests/composefiles
|
||||
enable-all: false
|
||||
disable-all: true
|
||||
enable:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue