Skip to content

refactor: runtime configuration for trunk correct to support all GOOS #522

refactor: runtime configuration for trunk correct to support all GOOS

refactor: runtime configuration for trunk correct to support all GOOS #522

GitHub Actions / Trunk Check succeeded Aug 16, 2024 in 34s

Trunk Check

Checked 212 modified files
3 existing issues (use --show-existing to see them)
✔ No new issues

Details

To reproduce and test locally, run:
trunk check

For help resolving these issues, see our docs on running on PRs or debugging Trunk Check

Annotations

Check warning on line 148 in gotools/gotools.go

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

golangci-lint(revive)

[existing] function-length: maximum number of statements per function exceeded; max 50 but got 66

Check warning on line 188 in gotools/gotools.go

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

golangci-lint(revive)

[existing] comment-spacings: no space between comment delimiter and comment text

Check failure on line 25 in magefiles/goreleaser.mage.go

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

golangci-lint(err113)

[existing] do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"%s is required\", envVar)"