Commit 62a3848
committed
Remove goimports_vendorlesspath overlay to fix counterfeiter conflict
The hack/overlays/goimports_vendorlesspath.go overlay was causing
conflicts with counterfeiter mock generation because the vendored
golang.org/x/tools/imports now includes VendorlessPath function.
This overlay is no longer needed as the function is now available
in the vendored dependency.
Fixes: make verify counterfeiter errors1 parent ca4b12e commit 62a3848
File tree
3 files changed
+2
-20
lines changed- hack/overlays
- pkg/api/wrappers/wrappersfakes
3 files changed
+2
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
| 343 | + | |
348 | 344 | | |
349 | 345 | | |
350 | 346 | | |
| |||
This file was deleted.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments