You've already forked agentic-coding-workflow
fix(scaffold): golangci-lint v2 format; posix shell note; drop redundant .gitkeep
This commit is contained in:
+2
-1
@@ -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,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:
|
||||||
|
|||||||
Reference in New Issue
Block a user