Skip to content

Commit 59815fa

Browse files
committed
golangci-lint should only look for problems in new code
Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 1c431dc commit 59815fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- uses: ./.github/actions/install-go
3434
- uses: golangci/golangci-lint-action@v4
3535
with:
36+
only-new-issues: true
3637
version: v1.56.1
3738
skip-cache: true
3839
args: --timeout=8m

0 commit comments

Comments
 (0)