File tree Expand file tree Collapse file tree 2 files changed +3
-63
lines changed
Expand file tree Collapse file tree 2 files changed +3
-63
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Always reference these instructions first and fallback to search or bash command
6969```
7070
7171### Key Files to Monitor
72- - Always regenerate files after modifying source variants: ` go generate `
72+ - Always regenerate files after modifying source variants: ` go generate ./... `
7373- Always run linting after changes: ` go run ./cmd/lint ./... `
7474- Check ` docker-bake.hcl ` for Docker build targets and configurations
7575- Check ` docs/examples/go-md2man.yml ` for canonical example of Dalec spec format
@@ -90,10 +90,10 @@ Always reference these instructions first and fallback to search or bash command
9090
9191### Optional but Recommended
9292- Node.js 18+ for documentation site (` cd website && npm start ` )
93- - golangci-lint for additional linting (though custom linter is primary )
93+ - golangci-lint for additional linting (custom linter is used in addition to golangci-lint )
9494
9595### Environment Limitations
96- - Docker builds may fail due to network/certificate issues in some environments
96+ - Docker builds require internet access
9797- Integration tests require full Docker functionality
9898- Host-based Go builds always work and are sufficient for most development
9999
You can’t perform that action at this time.
0 commit comments