-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Expected Behavior
Current code should pass staticcheck linting
Actual Behavior
git_protocol_v2_handler.go:133:55: should use time.Since instead of time.Now().Sub (S1012)
managed_repository.go:118:41: should use time.Since instead of time.Now().Sub (S1012)
reporting.go:96:40: should use time.Since instead of time.Now().Sub (S1012)
reporting.go:148:9: infinite recursive call (SA5007)
Steps to Reproduce the Problem
- Run staticcheck
Specifications
- Version:
- Platform:
Metadata
Metadata
Assignees
Labels
No labels