You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve golangci-lint issues in models command
- Remove unused env parameter (unparam)
- Use strings.EqualFold for case-insensitive comparison (gocritic)
- Use strings.SplitSeq for range iteration (modernize)
- Fix import ordering: standard > third-party > project (gci)
- Remove trailing blank line
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments