In this case I want it to be not really safe

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-06-25 16:58:55 +02:00
parent 10c4fae8c0
commit f98063d604
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -174,7 +174,7 @@ func walkExecutionTrace(et *types.ExecutionTrace) {
gc.Callers = nil
}
for _, sub := range et.Subcalls {
walkExecutionTrace(&sub)
walkExecutionTrace(&sub) //nolint:scopelint,gosec
}
}