security(dependencies): bump github.com/arikkfir/justest from 0.3.1 to 0.7.0 #57
Annotations
20 errors
build (1.22):
command_test.go#L78
SA1019: With(t).Verify(err).Will(Fail(tc.expectedError)).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.22):
command_test.go#L80
SA1019: With(t).Verify(err).Will(BeNil()).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.22):
command_test.go#L82
SA1019: With(t).
|
build (1.22):
command_test.go#L100
SA1019: With(t).Verify(err).Will(BeNil()).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.22):
command_test.go#L103
SA1019: With(t).Verify(err).Will(BeNil()).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.22):
command_test.go#L108
SA1019: With(t).Verify(root.AddSubCommand(sub1)).Will(BeNil()).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.22):
command_test.go#L109
SA1019: With(t).Verify(root.AddSubCommand(sub2)).Will(BeNil()).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.22):
command_test.go#L110
SA1019: With(t).Verify(root.subCommands[0], root.subCommands[1]).Will(EqualTo(sub1, sub2, cmpopts.EquateComparable(&Command{}))).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.22):
command_test.go#L111
SA1019: With(t).Verify(sub1.parent).Will(EqualTo(root, cmpopts.EquateComparable(&Command{}))).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.22):
command_test.go#L112
SA1019: With(t).Verify(sub2.parent).Will(EqualTo(root, cmpopts.EquateComparable(&Command{}))).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.21):
command_test.go#L78
SA1019: With(t).Verify(err).Will(Fail(tc.expectedError)).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.21):
command_test.go#L80
SA1019: With(t).Verify(err).Will(BeNil()).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.21):
command_test.go#L82
SA1019: With(t).
|
build (1.21):
command_test.go#L100
SA1019: With(t).Verify(err).Will(BeNil()).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.21):
command_test.go#L103
SA1019: With(t).Verify(err).Will(BeNil()).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.21):
command_test.go#L108
SA1019: With(t).Verify(root.AddSubCommand(sub1)).Will(BeNil()).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.21):
command_test.go#L109
SA1019: With(t).Verify(root.AddSubCommand(sub2)).Will(BeNil()).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.21):
command_test.go#L110
SA1019: With(t).Verify(root.subCommands[0], root.subCommands[1]).Will(EqualTo(sub1, sub2, cmpopts.EquateComparable(&Command{}))).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.21):
command_test.go#L111
SA1019: With(t).Verify(sub1.parent).Will(EqualTo(root, cmpopts.EquateComparable(&Command{}))).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|
build (1.21):
command_test.go#L112
SA1019: With(t).Verify(sub2.parent).Will(EqualTo(root, cmpopts.EquateComparable(&Command{}))).OrFail is deprecated: OrFail is a synonym for Now. (staticcheck)
|