mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 23:52:46 +08:00
update linter (#711)
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.61.0
|
||||
version: v1.64.5
|
||||
|
||||
go-mod-tidy:
|
||||
runs-on: ubuntu-22.04
|
||||
|
@@ -3,9 +3,10 @@ linters:
|
||||
- asciicheck
|
||||
- bidichk
|
||||
- bodyclose
|
||||
#- contextcheck
|
||||
- copyloopvar
|
||||
- dupl
|
||||
- errorlint
|
||||
- exportloopref
|
||||
- gochecknoinits
|
||||
- gocritic
|
||||
- gofmt
|
||||
@@ -18,7 +19,7 @@ linters:
|
||||
- revive
|
||||
- usestdlibvars
|
||||
- unconvert
|
||||
- tenv
|
||||
#- usetesting
|
||||
- tparallel
|
||||
- wastedassign
|
||||
- whitespace
|
||||
|
Reference in New Issue
Block a user