Skip to content

Commit

Permalink
e2e: skip lint on getenv
Browse files Browse the repository at this point in the history
Signed-off-by: Danielle Lancashire <dani@builds.terrible.systems>
  • Loading branch information
endocrimes committed Aug 17, 2024
1 parent 58c2b60 commit 9dbd029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/k3d_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ func clusterExists(name string) (string, bool) {
}

func useNativeSnapshotter() bool {
return os.Getenv("E2E_USE_NATIVE_SNAPSHOTTER") == "true"
return os.Getenv("E2E_USE_NATIVE_SNAPSHOTTER") == "true" // nolint:forbidigo
}

0 comments on commit 9dbd029

Please sign in to comment.