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
The codebase had patterns flagged by disabled linters:
tests missing t.Parallel() at the top level, a parameter
shadowing the predeclared identifier 'len', and functions
returning both a nil value and a nil error.
Enable these linters and fix the reported issues to
prevent regressions and improve code quality.
0 commit comments