You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
759 B
52 lines
759 B
---
|
|
|
|
run:
|
|
issues-exit-code: 3
|
|
timeout: 30m
|
|
skip-dirs:
|
|
- vendor
|
|
|
|
linters:
|
|
fast: false
|
|
enable-all: false
|
|
disable-all: false
|
|
presets:
|
|
- performance
|
|
- format
|
|
- complexity
|
|
- bugs
|
|
- unused
|
|
disable:
|
|
- staticcheck
|
|
- errcheck
|
|
- govet
|
|
- gosec
|
|
- ineffassign
|
|
- noctx
|
|
- contextcheck
|
|
- unparam
|
|
- scopelint
|
|
- exhaustive
|
|
- cyclop
|
|
- errorlint
|
|
- errchkjson
|
|
- nestif
|
|
- prealloc
|
|
- maligned
|
|
- funlen
|
|
- typecheck
|
|
- deadcode
|
|
- unused
|
|
- maintidx
|
|
- varcheck
|
|
- gocognit
|
|
- gofumpt
|
|
- gocyclo
|
|
|
|
linters-settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- default
|
|
- prefix(github.com/arangodb)
|
|
- prefix(github.com/arangodb/go-driver)
|
|
|