Skip to content

fix: resolve golangci-lint gofmt and modernize issues#1

Merged
bdchatham merged 1 commit intomainfrom
fix/lint-issues
Mar 15, 2026
Merged

fix: resolve golangci-lint gofmt and modernize issues#1
bdchatham merged 1 commit intomainfrom
fix/lint-issues

Conversation

@bdchatham
Copy link
Copy Markdown
Collaborator

Summary

  • Fix gofmt alignment in legacyStateSync struct fields (legacy.go)
  • Replace manual loop with slices.Contains in validateIntentRequiredFields (intent.go)

Test plan

  • golangci-lint run ./... passes with 0 issues
  • go test ./... passes

Align struct field types in legacyStateSync and replace manual loop
with slices.Contains in validateIntentRequiredFields.
@bdchatham bdchatham marked this pull request as ready for review March 15, 2026 16:03
@bdchatham bdchatham merged commit 6579f3e into main Mar 15, 2026
2 checks passed
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