Skip to content

Commit dc2a3c2

Browse files
committed
lint: output all found issues
Signed-off-by: Ed Bartosh <[email protected]>
1 parent 6bbc40e commit dc2a3c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ run:
22
tests: true
33
build-tags:
44
- kerneldrv
5+
max-issues-per-linter: 0
6+
max-same-issues: 0
57

68
linters:
79
disable-all: true

0 commit comments

Comments
 (0)