fix(lint): use default:none to disable errcheck, fix all gofmt and exhaustive
This commit is contained in:
parent
4426219f35
commit
aed5f0475d
24 changed files with 74 additions and 77 deletions
|
|
@ -173,8 +173,8 @@ func TestToStatusUpdate(t *testing.T) {
|
|||
|
||||
func TestToStatusUpdateGranularStates(t *testing.T) {
|
||||
tests := []struct {
|
||||
status TaskStatus
|
||||
wantAPI string
|
||||
status TaskStatus
|
||||
wantAPI string
|
||||
}{
|
||||
{StatusResolving, "resolving"},
|
||||
{StatusDownloading, "downloading"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue