Skip to content

feat(scripts): add golangci-lint integration with Goyek task#135

Merged
spachava753 merged 1 commit intomainfrom
issue-129
Jan 12, 2026
Merged

feat(scripts): add golangci-lint integration with Goyek task#135
spachava753 merged 1 commit intomainfrom
issue-129

Conversation

@spachava753
Copy link
Copy Markdown
Owner

Add golangci-lint as a Go tool dependency and create a Goyek task for running it. The linter configuration focuses on bug detection (staticcheck, govet, bodyclose, nilerr, contextcheck) rather than style enforcement.

Includes gofmt/goimports formatting fixes from running the linter with --fix.

Closes #129

Add golangci-lint as a Go tool dependency and create a Goyek task for running it. The linter configuration focuses on bug detection (staticcheck, govet, bodyclose, nilerr, contextcheck) rather than style enforcement.

Includes gofmt/goimports formatting fixes from running the linter with --fix.

Closes #129
@spachava753 spachava753 merged commit 8b5311a into main Jan 12, 2026
@spachava753 spachava753 deleted the issue-129 branch April 10, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add golangci-lint integration to Goyek build scripts

1 participant