Skip to content

Commit

Permalink
style: disable gosimple for log proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Jan 4, 2025
1 parent 71aac88 commit ac6e4c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/uroot/uroot.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func Exec(ctx context.Context, bin string, args []string) (*exec.Cmd, context.Co
}

if runtimeConfig.Get().ExecutionMode == runtimeConfig.EXECUTION_MODE_TRACE {
// nolint:gosimple
go func() {
<-ctx.Done()
f, _ := os.Create("gk-syscalls-before-enforce.txt")
Expand Down

0 comments on commit ac6e4c8

Please sign in to comment.