chore: bump golangci-lint and apply formatting#393
Merged
Conversation
Bumps golangci-lint and transitive deps, including charmbracelet/x/cellbuf to v0.0.15 to resolve an ansi API mismatch with the newer charmbracelet/x/ansi v0.11.7 pulled in transitively. Replaces reflect.Ptr with reflect.Pointer in validation.AtLeastOneField to satisfy the newer govet inline check. Re-runs gofumpt + golines formatting across the tree. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #393 +/- ##
========================================
Coverage 99.91% 99.91%
========================================
Files 484 484
Lines 24721 24935 +214
========================================
+ Hits 24699 24913 +214
Misses 14 14
Partials 8 8
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
golangci-lint v2.11.4 → v2.12.2(viago get -tool) and tidy go.sumcharmbracelet/x/cellbufto v0.0.15 to fix anansiAPI mismatch (old cellbuf was callingItalic()/Strikethrough()/etc. with no args, but the neweransi v0.11.7pulled in by golangci-lint andcharm.land/lipgloss/v2requires aboolargument)reflect.Ptrwithreflect.Pointerininternal/validation/validation.go(newer govet flags the legacy alias)gofumpt+golinesacross the treeTest plan
🤖 Generated with Claude Code