We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecc83f commit 1e8ab2eCopy full SHA for 1e8ab2e
.golangci.yml
@@ -4,8 +4,6 @@ run:
4
- kerneldrv
5
max-issues-per-linter: 0
6
max-same-issues: 0
7
- skip-dirs:
8
- - cmd/vpu_plugin
9
10
linters:
11
disable-all: true
@@ -66,7 +64,4 @@ issues:
66
64
exclude-rules:
67
65
- path: _test\.go
68
69
- # Until the testing package allows pinning variables disable scopelint
70
- # for tests. See https://github.com/kyoh86/scopelint/issues/4.
71
- - scopelint
72
- gocognit
0 commit comments