mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 22:41:19 +00:00
25 lines
371 B
YAML
25 lines
371 B
YAML
linters-settings:
|
|
gofmt:
|
|
simplify: true
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofmt
|
|
- goimports
|
|
- govet
|
|
- deadcode
|
|
- gosimple
|
|
- typecheck
|
|
- errcheck
|
|
- bidichk
|
|
- whitespace
|
|
|
|
run:
|
|
timeout: 5m
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: woodpecker-go/woodpecker/client.go|server/swagger/swagger.go
|
|
linters:
|
|
- deadcode
|