chore: configure strict golangci-lint

This commit is contained in:
2026-05-24 22:45:51 +02:00
parent 6012ba824f
commit 05e963151c
4 changed files with 43 additions and 30 deletions

View File

@@ -13,7 +13,7 @@
'commands':
{
'go-fmt': { 'run': 'go fmt ./...' },
'go-lint': { 'run': 'golangci-lint run' },
'go-lint': { 'run': 'bun run lint:go' },
'go-test': { 'run': 'go test ./...' },
'ts-typecheck': { 'run': 'bunx tsc -p tsconfig.json --noEmit' },
'build-assets': { 'run': 'bun run build:assets' },