mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-08-17 21:25:48 +02:00
52 lines
822 B
YAML
52 lines
822 B
YAML
version: "2"
|
|
linters:
|
|
default: none
|
|
enable:
|
|
- asciicheck
|
|
- bodyclose
|
|
- copyloopvar
|
|
- dogsled
|
|
- dupl
|
|
- err113
|
|
- errcheck
|
|
- exhaustive
|
|
- gochecknoglobals
|
|
- gochecknoinits
|
|
- goconst
|
|
- gocritic
|
|
- godot
|
|
- godox
|
|
- goheader
|
|
- gomodguard
|
|
- goprintffuncname
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- mnd
|
|
- nakedret
|
|
- nolintlint
|
|
- prealloc
|
|
- rowserrcheck
|
|
- sqlclosecheck
|
|
- staticcheck
|
|
- testpackage
|
|
- unconvert
|
|
- unparam
|
|
- unused
|
|
- whitespace
|
|
- wsl_v5
|
|
exclusions:
|
|
generated: lax
|
|
presets:
|
|
- std-error-handling
|
|
paths:
|
|
- third_party$
|
|
- builtin$
|
|
- examples$
|
|
formatters:
|
|
exclusions:
|
|
generated: lax
|
|
paths:
|
|
- third_party$
|
|
- builtin$
|
|
- examples$ |