chore: initialize repo skeleton with Makefile and lint config

This commit is contained in:
2026-04-28 12:33:46 +08:00
commit 1d38ce90bb
10 changed files with 105 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
run:
timeout: 5m
linters:
enable:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- unused
- contextcheck
- revive
- gosec
- bodyclose
- rowserrcheck
- sqlclosecheck
issues:
exclude-rules:
- path: _test\.go
linters:
- gosec
- errcheck