Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion generators/binarygen/cmd/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ func main() {
// SPDX-License-Identifier: Unlicense OR BSD-3-Clause

package %s

// Code generated by binarygen from %s. DO NOT EDIT

//lint:file-ignore SA4006 The code generator is not smart enough to remove unused variables.

%s
`, ana.PackageName(), ana.Source, buf.Code(ana.ChildTypes)))
Expand Down