Skip to content

Align lint tooling with CI#88

Open
marcus wants to merge 1 commit intomainfrom
lint-fix-tooling-consistency
Open

Align lint tooling with CI#88
marcus wants to merge 1 commit intomainfrom
lint-fix-tooling-consistency

Conversation

@marcus
Copy link
Copy Markdown
Owner

@marcus marcus commented Mar 31, 2026

Summary

  • align CI Go setup with the version declared in go.mod
  • enforce gofmt, go vet, and a pinned golangci-lint version in CI and local entry points
  • update the pre-commit hook to run the same formatting, vet, and lint checks as CI

Verification

  • make fmt-check
  • make vet
  • make lint
  • ./scripts/pre-commit.sh
  • go test ./... (fails on existing out-of-scope test: internal/providers/copilot_test.go:152, TestCopilot_GetRequestCount_OldMonth)

Nightshift-Task: lint-fix
Nightshift-Ref: https://github.com/marcus/nightshift
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.

1 participant