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