fix: resolve golangci-lint issues across VDG and CFG packages (PR-02)#601
Merged
shivasurya merged 1 commit intomainfrom Mar 12, 2026
Merged
fix: resolve golangci-lint issues across VDG and CFG packages (PR-02)#601shivasurya merged 1 commit intomainfrom
shivasurya merged 1 commit intomainfrom
Conversation
This was referenced Mar 12, 2026
Owner
Author
This was referenced Mar 12, 2026
SafeDep Report SummaryNo dependency changes detected. Nothing to scan. This report is generated by SafeDep Github App |
Owner
Author
Merge activity
|
- godot: add periods to all exported function comments - unconvert: remove unnecessary uint32/string conversions in cfg/builder.go - unparam: mark unused params with _ or nolint where needed - unused: add nolint for functions wired in later PRs Co-Authored-By: Claude Opus 4.6 <[email protected]>
7c9bce3 to
fde2161
Compare
Code Pathfinder Security ScanNo security issues detected.
Powered by Code Pathfinder |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #601 +/- ##
==========================================
- Coverage 83.86% 83.85% -0.01%
==========================================
Files 155 155
Lines 20877 20877
==========================================
- Hits 17509 17507 -2
- Misses 2728 2729 +1
- Partials 640 641 +1 ☔ View 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.




Part 2/8 of V5 QueryType × VDG Integration. Fix lint issues across VDG and CFG packages post-merge.