You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: excluding files from unneededGoFiles was not working (#120)
## Bug
files in `unneededGoFiles` were not excluded.
## Bug Description
`unneededGoFiles` string set contain files which are relative to the
import path (`kubernetes/*`), while the paths of generated files are
relative to `pkg.Name` (`crds/*`). This PR makes sure to use a proper
path when comparing files in `unneededGoFiles`.
---------
Co-authored-by: Matthew (Matt) Jeffryes <github@mjeffryes.net>
0 commit comments