Branch: refs/heads/gh-readonly-queue/master/pr-7127-14dd0f7401443cde27bad106676958f5d139f8fb
Home:
https://github.com/google/syzkaller
Commit: 3b89e995ab97abadd62c8966e38c9d38550cc297
https://github.com/google/syzkaller/commit/3b89e995ab97abadd62c8966e38c9d38550cc297
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M tools/syz-linter/linter.go
M tools/syz-linter/testdata/src/lintertest/lintertest.go
Log Message:
-----------
tools/syz-linter: ensure one empty line between top-level defs
AI code generation tools seem to frequently mess up the empty lines and
neither syz-linter nor `go fmt` catch it. It's quite annoying to fix it
manually each time.
Let's add one more check to syz-linter to enforce that there must be
only one empty line between top level declarations.
One exception: single-line definitions.
Commit: 30ac5a1a1f5d0940407bee1ab0ec908e9f805c8d
https://github.com/google/syzkaller/commit/30ac5a1a1f5d0940407bee1ab0ec908e9f805c8d
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M dashboard/app/ai.go
M dashboard/app/api.go
M dashboard/app/entities_datastore.go
M dashboard/app/jobs.go
M dashboard/app/reporting.go
M dashboard/app/reporting_email.go
M dashboard/app/tree.go
M dashboard/dashapi/dashapi.go
M pkg/asset/storage.go
M pkg/ast/ast.go
M pkg/email/lore/parse_test.go
M pkg/fuzzer/queue/prio_queue.go
M pkg/stat/set.go
M pkg/subsystem/linux/maintainers.go
M prog/types.go
M syz-cluster/pkg/app/config.go
M syz-cluster/pkg/retest/retest_test.go
M syz-verifier/verifier.go
M vm/proxyapp/proxyappclient_test.go
M vm/vmimpl/merger.go
Log Message:
-----------
all: fix linter errors
Compare:
https://github.com/google/syzkaller/compare/3b89e995ab97%5E...30ac5a1a1f5d
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications