build: cyclo ignore "getexecutionscount

This commit is contained in:
jamesread 2025-04-08 21:49:10 +01:00
parent ba29325c15
commit 24ba4fb574
1 changed files with 1 additions and 0 deletions

View File

@ -335,6 +335,7 @@ func parseDuration(rate config.RateSpec) time.Duration {
return duration return duration
} }
//gocyclo:ignore
func getExecutionsCount(rate config.RateSpec, req *ExecutionRequest) int { func getExecutionsCount(rate config.RateSpec, req *ExecutionRequest) int {
executions := -1 // Because we will find ourself when checking execution logs executions := -1 // Because we will find ourself when checking execution logs