Skip to content

Conversation

@sd2k
Copy link
Collaborator

@sd2k sd2k commented Jul 23, 2025

The dedicated GitHub action does a much better job of caching and
will be considerably faster.

This also removes the go.tools.mod way of running things because it's discouraged by the golangci-lint docs.

The dedicated GitHub action does a much better job of caching and
will be considerably faster.
@sd2k sd2k requested a review from a team as a code owner July 23, 2025 10:08
@sd2k sd2k enabled auto-merge (squash) July 23, 2025 10:37
@sd2k sd2k force-pushed the split-linters-in-ci branch from 446a17c to b740812 Compare July 23, 2025 13:15
TLSConfig: tlsConfig,
}
ctx = mcpgrafana.WithGrafanaConfig(ctx, config)
_ = ctx // Use ctx to avoid ineffectual assignment warning

Choose a reason for hiding this comment

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

Nit: the example below says that what the transport may be used for. Maybe yiu can say the same about the ctx here

}
defer res.Body.Close()
defer func() {
_ = res.Body.Close() //nolint:errcheck // Ignore close error in defer

Choose a reason for hiding this comment

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

Nit but the comment doesn't really say anything useful 😄

@sd2k sd2k merged commit 1302f59 into main Jul 24, 2025
13 checks passed
@sd2k sd2k deleted the split-linters-in-ci branch July 24, 2025 07:55
sd2k added a commit that referenced this pull request Jul 24, 2025
These were added by Claude in #217.
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