Skip to content

Commit

Permalink
Enable dupword linter
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
  • Loading branch information
mxpv committed Jan 3, 2023
1 parent 334c18d commit e0d1732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func TestGRPCRoundTrip(t *testing.T) {
input: ErrNotFound,
cause: ErrNotFound,
},
//nolint:dupword
{
input: fmt.Errorf("test test test: %w", ErrFailedPrecondition),
cause: ErrFailedPrecondition,
Expand Down

0 comments on commit e0d1732

Please sign in to comment.