mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
ci: update golangci-lint to v1.55.2 (#4204)
This commit is contained in:
parent
ff6d575ee3
commit
048940927c
2 changed files with 14 additions and 14 deletions
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
with:
|
||||
skip-pkg-cache: true
|
||||
args: --timeout=3m
|
||||
version: v1.52.2
|
||||
version: v1.55.2
|
||||
- name: golangci-lint (Windows)
|
||||
if: success() || failure() # run this step even if the previous one failed
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
with:
|
||||
skip-pkg-cache: true
|
||||
args: --timeout=3m
|
||||
version: v1.52.2
|
||||
version: v1.55.2
|
||||
- name: golangci-lint (OSX)
|
||||
if: success() || failure() # run this step even if the previous one failed
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
|
@ -69,7 +69,7 @@ jobs:
|
|||
with:
|
||||
skip-pkg-cache: true
|
||||
args: --timeout=3m
|
||||
version: v1.52.2
|
||||
version: v1.55.2
|
||||
- name: golangci-lint (FreeBSD)
|
||||
if: success() || failure() # run this step even if the previous one failed
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
with:
|
||||
skip-pkg-cache: true
|
||||
args: --timeout=3m
|
||||
version: v1.52.2
|
||||
version: v1.55.2
|
||||
- name: golangci-lint (others)
|
||||
if: success() || failure() # run this step even if the previous one failed
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
|
@ -87,4 +87,4 @@ jobs:
|
|||
with:
|
||||
skip-pkg-cache: true
|
||||
args: --timeout=3m
|
||||
version: v1.52.2
|
||||
version: v1.55.2
|
||||
|
|
|
@ -3,15 +3,15 @@ run:
|
|||
- internal/handshake/cipher_suite.go
|
||||
linters-settings:
|
||||
depguard:
|
||||
type: blacklist
|
||||
packages:
|
||||
- github.com/marten-seemann/qtls
|
||||
- github.com/quic-go/qtls-go1-19
|
||||
- github.com/quic-go/qtls-go1-20
|
||||
packages-with-error-message:
|
||||
- github.com/marten-seemann/qtls: "importing qtls only allowed in internal/qtls"
|
||||
- github.com/quic-go/qtls-go1-19: "importing qtls only allowed in internal/qtls"
|
||||
- github.com/quic-go/qtls-go1-20: "importing qtls only allowed in internal/qtls"
|
||||
rules:
|
||||
qtls:
|
||||
list-mode: lax
|
||||
files:
|
||||
- "!internal/qtls/**"
|
||||
- "$all"
|
||||
deny:
|
||||
- pkg: github.com/quic-go/qtls-go1-20
|
||||
desc: "importing qtls only allowed in internal/qtls"
|
||||
misspell:
|
||||
ignore-words:
|
||||
- ect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue