chore(version): gofmt doc.go (golangci-lint fix) - #570
Conversation
#569 merged with goimports/gofmt formatting drift inside the list- nested code examples — golangci-lint flagged `doc.go:18:1: File is not properly formatted (goimports)`. Run `gofmt -w` to re-indent the nested blocks so main CI goes green. Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
There was a problem hiding this comment.
Automated approval for maintainer PR
All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #570 +/- ##
=======================================
Coverage 81.94% 81.94%
=======================================
Files 18 18
Lines 1855 1855
=======================================
Hits 1520 1520
Misses 265 265
Partials 70 70
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
#569 merged with gofmt drift inside list-nested code examples — golangci-lint on main went red with
doc.go:18:1: File is not properly formatted (goimports). Rangofmt -wlocally to re-indent the nested blocks.