The make lint target is complaining about local changes
Open
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
### Description
```
Please run 'make generate' when making changes to proto files and check-in the generated file changes
make: *** [Makefile:504: check-generated] Error 1
```
It should only do this for *.pb.go, and not for *.go
* https://github.com/lima-vm/lima/pull/3956
I want to be able to run golangci-lint, before I commit
Running "make generate" doesn't change anything.
Contributor guide
Assessment
This issue has not been assessed yet.