We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92ff564 + 1f44410 commit bd7d3adCopy full SHA for bd7d3ad
.golangci.yml
@@ -4,6 +4,8 @@ run:
4
5
# Settings related to issues
6
issues:
7
+ # Report issues on new code only (since we're brining in from upstream)
8
+ new: true
9
# Which dirs to exclude: issues from them won't be reported
10
exclude-dirs:
11
- bin
0 commit comments