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
- Remove duplicate/unused constants from constants.go
- Remove unused test helper functions
- Add package comment for internal/testing
- Use exec.CommandContext instead of exec.Command
- Preallocate slice in test vector generation
- Fix unused parameter warnings with _
- Use constants instead of string literals
- Add nolint comment for staticcheck SA6002
Only remaining issue is cyclomatic complexity in scanner.Scan()
0 commit comments