Skip to content

Commit

Permalink
Lint: only new issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier committed May 20, 2021
1 parent d0ff2ac commit ff67062
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/linters/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ run:
skip-files:
- \.pb\.go$

issues:
new: true

linters:
enable:
- asciicheck
Expand Down

0 comments on commit ff67062

Please sign in to comment.