Reviewing the large PRs there is a higher chance to miss the dead code.
AI scaled the side of the PRs.
The proposal is to consider 2 alternatives:
- Leverage
unused linter: ./tools/syz-env bin/golangci-lint run --new-from-rev=HEAD~1 ./.... Amount of commits should be retrieved somehow additionally
- ./tools/syz-env go run golang.org/x/tools/cmd/deadcode@latest ./...
Reviewing the large PRs there is a higher chance to miss the dead code.
AI scaled the side of the PRs.
The proposal is to consider 2 alternatives:
unusedlinter:./tools/syz-env bin/golangci-lint run --new-from-rev=HEAD~1 ./.... Amount of commits should be retrieved somehow additionally