Will Beason
Will Beason
Looking at this now
[Background on docker and file permissions.](https://vsupalov.com/docker-shared-permissions/) Sadly, setting `--user` does not help: ``` --user "$(shell id -u):$(shell id -g)" \ ``` That is, modifying `make lint` to be: ``` lint:...
- Add instructions for running unit and integration tests locally. I didn't realize that just running `go test ./...` does _not_ run all tests in the repository. Similarly `./scripts/test.sh` surprisingly...
@ptabor Thanks! For me `make test-smoke` fails because I seem to be using a different version of `addlicense` than the repository expects. It results in a usage error message from...
The comments marked as "off topic" resolved my issue for me when I encountered this. My build environment was updated to 1.18 automatically, so this upgrade broke golangci-lint for me....
For reference, the URL is: https://cobra.dev/#install It looks like the website code is stored in a different repository, here: https://github.com/spf13/cobra.dev/blob/master/content/home/install.md
Okay, signed CLA.
Playing around with the code, I found a second optimization that improves performance an additional 10%. I'll include it as a follow-up, separate PR as it could potentially be controversial.
I like that idea
Should be doable with `// +kubebuilder:default:=deny`