Skip to content

Commit 17b3ff3

Browse files
committed
fix the goimports local prefix in the lint config
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
1 parent c1b704e commit 17b3ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ formatters:
2828
settings:
2929
goimports:
3030
local-prefixes:
31-
- github.com/kubernetes-sigs/nvidia-dra-driver-gpu
31+
- sigs.k8s.io/nvidia-dra-driver-gpu
3232
exclusions:
3333
generated: lax
3434
paths:

0 commit comments

Comments
 (0)