27 lines
350 B
YAML
27 lines
350 B
YAML
version: "2"
|
|
|
|
run:
|
|
relative-path-mode: gomod
|
|
timeout: 5m
|
|
|
|
linters:
|
|
settings:
|
|
dupl:
|
|
threshold: 100
|
|
enable:
|
|
- errcheck
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- unused
|
|
- errname
|
|
- dupl
|
|
- decorder
|
|
- cyclop
|
|
- funlen
|
|
- lll
|
|
- nestif
|
|
- nlreturn
|
|
- prealloc
|
|
- tagalign
|
|
- whitespace |