mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 01:27:03 -05: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
|
||||
- varcheck
|
||||
- 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
|
||||
with:
|
||||
version: v1.31
|
||||
only-new-issues: true
|
||||
args: --config=.github/linters/.golangci.yml
|
Loading…
Reference in New Issue
Block a user