Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 1826e77

Browse files
committed
Update linter exclusions
Signed-off-by: Christopher Crone <[email protected]>
1 parent d97c80d commit 1826e77

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

gometalinter.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"Deadline": "2m",
44
"Sort": ["linter", "severity", "path", "line"],
55
"Exclude": [
6-
"cli/compose/schema/bindata.go",
7-
"cli/command/stack/kubernetes/api/openapi",
8-
"cli/command/stack/kubernetes/api/client",
6+
"vendor/github.com/docker/cli/cli/compose/schema/bindata.go",
7+
"vendor/github.com/docker/cli/cli/command/stack/kubernetes/api/openapi",
8+
"vendor/github.com/docker/cli/cli/command/stack/kubernetes/api/client",
9+
"vendor/k8s.io",
910
".*generated.*",
1011
"parameter .* always receives"
1112
],
@@ -39,4 +40,4 @@
3940

4041
"Cyclo": 16,
4142
"LineLength": 200
42-
}
43+
}

0 commit comments

Comments
 (0)