sync golangci-lint settings (#6020)
This commit is contained in:
@@ -78,6 +78,11 @@ linters:
|
||||
- stringsbuilder
|
||||
- testingcontext
|
||||
|
||||
revive:
|
||||
enable-default-rules: true
|
||||
rules:
|
||||
- name: redundant-import-alias
|
||||
|
||||
exclusions:
|
||||
rules:
|
||||
- linters:
|
||||
|
||||
@@ -15,7 +15,7 @@ import (
|
||||
"github.com/bluenviron/gortsplib/v5/pkg/base"
|
||||
"github.com/bluenviron/gortsplib/v5/pkg/description"
|
||||
"github.com/bluenviron/gortsplib/v5/pkg/format"
|
||||
mpegts "github.com/bluenviron/mediacommon/v2/pkg/formats/mpegts"
|
||||
"github.com/bluenviron/mediacommon/v2/pkg/formats/mpegts"
|
||||
tscodecs "github.com/bluenviron/mediacommon/v2/pkg/formats/mpegts/codecs"
|
||||
"github.com/pires/go-proxyproto"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user