Skip to content

Apply gofmt fixes#148

Open
marcus wants to merge 1 commit intomainfrom
lint-fix/gofmt-sweep
Open

Apply gofmt fixes#148
marcus wants to merge 1 commit intomainfrom
lint-fix/gofmt-sweep

Conversation

@marcus
Copy link
Copy Markdown
Owner

@marcus marcus commented Apr 19, 2026

Summary

  • run the repository formatter (make fmt, which applies gofmt -w .) across the current Go formatter failure set
  • keep the change scoped to formatter-only style cleanup already detected by gofmt -l .
  • validate against the repo's existing quality checks

Validation

  • go vet ./...
  • go build ./...
  • go test ./... ⚠️ fails in internal/features:
    • TestKnownFeatureDefaults
    • TestIsEnabledForProcess_EnableDisableLists
    • TestIsEnabled_ProjectConfigAndEnvPrecedence

This task was intentionally scoped to the repo's existing lint/style enforcement: gofmt plus the current pre-commit Go checks, without introducing a new linter.

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