1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-15 17:30:04 +00:00
Files
pocket-id/backend/.golangci.yml

22 lines
270 B
YAML

linters:
# Disable all linters.
# Default: false
disable-all: true
enable:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- unused
- gosec
- gocognit
presets:
- bugs
- sql
run:
timeout: "5m"
tests: true