We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63e45d commit 877cdd6Copy full SHA for 877cdd6
go-monorepo/plugin.json
@@ -25,7 +25,7 @@
25
"build": "for_each_gomod go build -v ./...",
26
// TODO: fmt and lint is not correctly running on all projects.
27
// Some projects need "devbox run fmt" and "devbox run lint".
28
- "fmt": "find . -name '*.go' -not -path '*/gen/*' -exec gofumpt -w -l {} \\+",
+ "fmt": "for_each_gomod golangci-lint fmt --timeout ${GOLANGCI_LINT_TIMEOUT:-600s}",
29
"lint": "for_each_gomod golangci-lint run --timeout ${GOLANGCI_LINT_TIMEOUT:-600s}",
30
"test": "for_each_gomod go test -race -cover -v ./...",
31
}
0 commit comments