fix(scaffold): golangci-lint v2 format; posix shell note; drop redundant .gitkeep

This commit is contained in:
2026-04-28 12:47:08 +08:00
parent 1d38ce90bb
commit 14765eac25
3 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
version: "2"
run: run:
timeout: 5m timeout: 5m
linters: linters:
enable: enable:
- errcheck - errcheck
- gosimple
- govet - govet
- ineffassign - ineffassign
- staticcheck - staticcheck
+1
View File
@@ -1,3 +1,4 @@
# Requires a POSIX shell (use Git Bash on Windows).
.PHONY: help dev build test test-unit lint sqlc migrate fmt clean .PHONY: help dev build test test-unit lint sqlc migrate fmt clean
help: help:
View File