Skip to content

Commit

Permalink
chore: disable gocyclo on this huge test
Browse files Browse the repository at this point in the history
  • Loading branch information
novln committed Apr 7, 2020
1 parent 4097333 commit 8e8b502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/middleware/fasthttp/middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"github.com/ulule/limiter/v3/drivers/store/memory"
)

// nolint: gocyclo
func TestFasthttpMiddleware(t *testing.T) {
is := require.New(t)

Expand Down

0 comments on commit 8e8b502

Please sign in to comment.