
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 1m5s
Reviewed-on: Siteworxpro/Go-Template#2 Co-authored-by: Ron Rise <ron@siteworxpro.com> Co-committed-by: Ron Rise <ron@siteworxpro.com>
27 lines
405 B
YAML
27 lines
405 B
YAML
version: "2"
|
|
linters:
|
|
default: standard
|
|
enable:
|
|
- whitespace
|
|
- tagalign
|
|
- reassign
|
|
- bodyclose
|
|
- contextcheck
|
|
- containedctx
|
|
- godot
|
|
- usestdlibvars
|
|
- funlen
|
|
- gochecknoglobals
|
|
- tagalign
|
|
- sqlclosecheck
|
|
- rowserrcheck
|
|
- recvcheck
|
|
- reassign
|
|
- predeclared
|
|
- maintidx
|
|
- mnd
|
|
|
|
formatters:
|
|
settings:
|
|
gofmt:
|
|
simplify: true |