mirror of
https://github.com/aler9/gortsplib
synced 2025-10-19 21:44:51 +08:00
update golangci-lint
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: golangci/golangci-lint-action@v2
|
- uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
version: v1.40
|
version: v1.43
|
||||||
|
|
||||||
go-mod-tidy:
|
go-mod-tidy:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@@ -8,10 +8,10 @@ linters:
|
|||||||
- gocritic
|
- gocritic
|
||||||
- gofmt
|
- gofmt
|
||||||
- gofumpt
|
- gofumpt
|
||||||
- golint
|
|
||||||
- misspell
|
- misspell
|
||||||
- lll
|
- lll
|
||||||
- prealloc
|
- prealloc
|
||||||
|
- revive
|
||||||
- unconvert
|
- unconvert
|
||||||
- whitespace
|
- whitespace
|
||||||
disable:
|
disable:
|
||||||
|
Reference in New Issue
Block a user