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: remove unused functions to address golangci-lint warnings
Remove unused functions in dot_notation rule:
- matchesIndexSignaturePattern
- buildUseDotMessage
- buildUseBracketsMessage
These functions were detected as unused by golangci-lint and were causing CI failures.
0 commit comments