Skip to content

Commit 5886299

Browse files
authored
chore: exclude existing revive var-naming lint issues (#1475)
Signed-off-by: Vincent Link <[email protected]>
1 parent 8265a54 commit 5886299

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ linters:
5959
- revive
6060
text: "var-naming: avoid package names that conflict with Go standard library"
6161
path: operator/controllers/http
62+
- linters:
63+
- revive
64+
text: "var-naming: avoid package names that conflict with Go standard library"
65+
path: interceptor/metrics/
66+
- linters:
67+
- revive
68+
text: "var-naming: avoid package names that conflict with Go standard library"
69+
path: pkg/build/
6270
# Exclude for utils packages with meaningful package names
6371
- linters:
6472
- revive

0 commit comments

Comments
 (0)