mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-02 14:46:31 +00:00
c28f7cb29f
Initial part of #435
20 lines
294 B
YAML
20 lines
294 B
YAML
run:
|
|
|
|
linters-settings:
|
|
govet:
|
|
enable-all: true
|
|
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- gochecknoglobals
|
|
- gomnd
|
|
- gocognit
|
|
- nestif
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: reqwithoutctx/ssa.go
|
|
text: "Consider preallocating `exts`"
|
|
linters:
|
|
- prealloc
|