| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
1. recover the removed comment
2. unnecessary leading newline
3. unnecessary brackets
4. restore dropped "..."
5. use bytes.Equal instead of conversion to string
|
| |
|
|
| |
./tools/syz-env bin/golangci-lint run ./... --fix
|
| |
|
|
|
|
| |
Currently syzbot only saves a log if there was a build/test error.
Closes #3185
|
| |
|
|
|
|
| |
Enable some x/tools linters that are not enabled in vet.
Update #1876
|
| |
|
|
| |
If there is a crash with a report, prefer it to crashes without report.
|
|
|
Factor out patch testing result aggregation and add tests.
|