Files
utilities/.golangci.yml

26 lines
392 B
YAML

version: "2"
linters:
default: standard
enable:
- whitespace
- tagalign
- reassign
- bodyclose
- contextcheck
- containedctx
- godot
- usestdlibvars
- gochecknoglobals
- tagalign
- sqlclosecheck
- rowserrcheck
- recvcheck
- reassign
- predeclared
- maintidx
- mnd
formatters:
settings:
gofmt:
simplify: true