mirror of https://github.com/docker/compose.git
12 lines
148 B
YAML
12 lines
148 B
YAML
|
run:
|
||
|
deadline: 2m
|
||
|
|
||
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- golint
|
||
|
- gosimple
|
||
|
- ineffassign
|
||
|
- misspell
|