mirror of
https://github.com/aceld/kis-flow.git
synced 2025-01-23 07:30:23 +08:00
28 lines
354 B
YAML
28 lines
354 B
YAML
|
run:
|
||
|
timeout: 30m
|
||
|
skip-dirs:
|
||
|
- test
|
||
|
|
||
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
#- unused
|
||
|
- ineffassign
|
||
|
- goimports
|
||
|
- gofmt
|
||
|
- misspell
|
||
|
- unparam
|
||
|
- unconvert
|
||
|
- govet
|
||
|
# - errcheck
|
||
|
- staticcheck
|
||
|
|
||
|
linters-settings:
|
||
|
staticcheck:
|
||
|
go: "1.17"
|
||
|
checks:
|
||
|
- "all"
|
||
|
- "-SA1019"
|
||
|
|
||
|
unused:
|
||
|
go: "1.17"
|