mirror of https://github.com/v2ray/v2ray-core
golangci only show new issues
parent
f624dd3249
commit
d3e3f787d4
|
@ -44,3 +44,6 @@ linters:
|
|||
- unused
|
||||
- varcheck
|
||||
- whitespace
|
||||
|
||||
issues:
|
||||
new: true
|
|
@ -63,5 +63,4 @@ jobs:
|
|||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.31
|
||||
only-new-issues: true
|
||||
args: --config=.github/linters/.golangci.yml
|
Loading…
Reference in New Issue