Skip to content

Check formatting during CI#73

Merged
kevinmcconnell merged 1 commit into
mainfrom
enforce-fmt-ci
Jun 24, 2026
Merged

Check formatting during CI#73
kevinmcconnell merged 1 commit into
mainfrom
enforce-fmt-ci

Conversation

@kevinmcconnell

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings June 23, 2026 12:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s golangci-lint configuration to have CI enforce Go formatting (via gofmt) as part of the linting setup.

Tip

If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.

Changes:

  • Enable the gofmt formatter in .golangci.yml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .golangci.yml
Comment on lines 1 to +5
version: "2"

formatters:
enable:
- gofmt
@kevinmcconnell kevinmcconnell merged commit f68b4cd into main Jun 24, 2026
6 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.

2 participants