Skip to content

Commit

Permalink
fix: go report card url and lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed Nov 24, 2022
1 parent 1a50ce2 commit 2c378c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Test status](https://github.com/savsgio/atreugo/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/savsgio/atreugo/actions?workflow=test)
[![Coverage Status](https://coveralls.io/repos/github/savsgio/atreugo/badge.svg?branch=master)](https://coveralls.io/github/savsgio/atreugo?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/savsgio/atreugo)](https://goreportcard.com/report/github.com/savsgio/atreugo)
[![Go Report Card](https://goreportcard.com/badge/github.com/savsgio/atreugo/v11)](https://goreportcard.com/report/github.com/savsgio/atreugo/v11)
[![GoDev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/savsgio/atreugo/v11)
[![GitHub release](https://img.shields.io/github/release/savsgio/atreugo.svg)](https://github.com/savsgio/atreugo/releases)

Expand Down
2 changes: 1 addition & 1 deletion atreugo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var notConfigFasthttpFields = []string{
"MaxKeepaliveDuration", // Deprecated: Use IdleTimeout instead.
}

func Test_New(t *testing.T) { //nolint:funlen,gocognit
func Test_New(t *testing.T) { //nolint:funlen,gocognit,gocyclo
type args struct {
network string
gracefulShutdown bool
Expand Down

0 comments on commit 2c378c8

Please sign in to comment.