All checks were successful
ci/woodpecker/push/build Pipeline was successful
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
18 lines
295 B
YAML
18 lines
295 B
YAML
version: "2"
|
|
run:
|
|
modules-download-mode: readonly
|
|
linters:
|
|
exclusions:
|
|
generated: lax
|
|
presets:
|
|
- comments
|
|
- common-false-positives
|
|
- legacy
|
|
- std-error-handling
|
|
paths:
|
|
- .*_test.go
|
|
- api
|
|
- third_party$
|
|
- builtin$
|
|
- examples$
|