mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
disable the goconst linter
This commit is contained in:
parent
c5aeee39ad
commit
7ade2a05d6
1 changed files with 0 additions and 4 deletions
|
@ -21,7 +21,6 @@ linters:
|
|||
- depguard
|
||||
- exhaustive
|
||||
- exportloopref
|
||||
- goconst
|
||||
- goimports
|
||||
- gofmt # redundant, since gofmt *should* be a no-op after gofumpt
|
||||
- gofumpt
|
||||
|
@ -41,9 +40,6 @@ linters:
|
|||
|
||||
issues:
|
||||
exclude-rules:
|
||||
- path: qlog/
|
||||
linters:
|
||||
- goconst
|
||||
- path: internal/qtls
|
||||
linters:
|
||||
- depguard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue