mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
add the stylecheck linter
This commit is contained in:
parent
ab2b26a5cb
commit
6b22f36d82
19 changed files with 30 additions and 20 deletions
|
@ -9,7 +9,9 @@ import (
|
|||
|
||||
"github.com/lucas-clemente/quic-go/internal/utils"
|
||||
|
||||
//nolint:stylecheck
|
||||
. "github.com/onsi/ginkgo"
|
||||
//nolint:stylecheck
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
|
|
|
@ -12,7 +12,9 @@ import (
|
|||
"github.com/lucas-clemente/quic-go/internal/protocol"
|
||||
"github.com/lucas-clemente/quic-go/internal/testdata"
|
||||
|
||||
//nolint:stylecheck
|
||||
. "github.com/onsi/ginkgo"
|
||||
//nolint:stylecheck
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue