Skip to content

Commit 5ae7ef4

Browse files
authored
Display linter errors only for new issues (#616)
* Display linter errors only for new issues * Include all the ignored directories
1 parent ad22e3d commit 5ae7ef4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: golangci/golangci-lint-action@v2
20+
with:
21+
only-new-issues: true
2022
test:
2123
runs-on: ubuntu-latest
2224
steps:

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
run:
22
timeout: 10m
3-
skip-dirs:
4-
- iterative
5-
- cml
63
output:
74
format: github-actions
85
severity:

0 commit comments

Comments
 (0)