Skip to content

Commit 31c7c6c

Browse files
committed
Add exclusion for go:lint, otherwise the linter does not find the libs, but they are downloaded and used in the release step
1 parent 632c7d1 commit 31c7c6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# See: https://golangci-lint.run/usage/configuration/
33
issues:
44
exclude-use-default: false
5+
exclude:
6+
- "libusb.h: No such file or directory"
7+
- "dfu.h: No such file or directory"
58
linters:
69
enable:
710
- revive

0 commit comments

Comments
 (0)