Skip to content

Commit b876cc5

Browse files
authored
Merge pull request #1626 from mythi/PR-2023-063
ci: cleanup linter settings
2 parents 7ecc83f + 1e8ab2e commit b876cc5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.golangci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ run:
44
- kerneldrv
55
max-issues-per-linter: 0
66
max-same-issues: 0
7-
skip-dirs:
8-
- cmd/vpu_plugin
97

108
linters:
119
disable-all: true
@@ -66,7 +64,4 @@ issues:
6664
exclude-rules:
6765
- path: _test\.go
6866
linters:
69-
# Until the testing package allows pinning variables disable scopelint
70-
# for tests. See https://github.com/kyoh86/scopelint/issues/4.
71-
- scopelint
7267
- gocognit

0 commit comments

Comments
 (0)