mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-06-03 22:33:44 -04:00
golangci only show new issues
This commit is contained in:
parent
f624dd3249
commit
d3e3f787d4
3
.github/linters/.golangci.yml
vendored
3
.github/linters/.golangci.yml
vendored
@ -44,3 +44,6 @@ linters:
|
|||||||
- unused
|
- unused
|
||||||
- varcheck
|
- varcheck
|
||||||
- whitespace
|
- whitespace
|
||||||
|
|
||||||
|
issues:
|
||||||
|
new: true
|
1
.github/workflows/linter.yml
vendored
1
.github/workflows/linter.yml
vendored
@ -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…
x
Reference in New Issue
Block a user