1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-22 23:45:24 +00:00

golangci only show new issues

This commit is contained in:
Kslr 2020-09-09 18:01:33 +08:00
parent f624dd3249
commit d3e3f787d4
No known key found for this signature in database
GPG Key ID: 0AF5F66FA1E887CE
2 changed files with 3 additions and 1 deletions

View File

@ -44,3 +44,6 @@ linters:
- unused
- varcheck
- whitespace
issues:
new: true

View File

@ -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