Switch the database from LevelDB to SQLite, for greater stability and simpler code. Co-authored-by: Tommy van der Vorst <tommy@pixelspark.nl> Co-authored-by: bt90 <btom1990@googlemail.com>
45 lines
671 B
YAML
45 lines
671 B
YAML
linters:
|
|
enable-all: true
|
|
disable:
|
|
- cyclop
|
|
- depguard
|
|
- err113
|
|
- exhaustive
|
|
- exhaustruct
|
|
- funlen
|
|
- gci
|
|
- gochecknoglobals
|
|
- gochecknoinits
|
|
- gocognit
|
|
- goconst
|
|
- gocyclo
|
|
- godot
|
|
- godox
|
|
- gofmt
|
|
- goimports
|
|
- gomoddirectives
|
|
- inamedparam
|
|
- interfacebloat
|
|
- ireturn
|
|
- lll
|
|
- maintidx
|
|
- musttag
|
|
- nestif
|
|
- nlreturn
|
|
- nonamedreturns
|
|
- paralleltest
|
|
- prealloc
|
|
- protogetter
|
|
- scopelint
|
|
- tagalign
|
|
- tagliatelle
|
|
- testpackage
|
|
- varnamelen
|
|
- wrapcheck
|
|
- wsl
|
|
|
|
issues:
|
|
exclude-dirs:
|
|
- internal/gen
|
|
- cmd/dev
|
|
- repos |