Skip to content

IWF-208: Optimize executingStateIdMode for state transition #103

IWF-208: Optimize executingStateIdMode for state transition

IWF-208: Optimize executingStateIdMode for state transition #103

GitHub Actions / golangci failed Oct 22, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

service/interpreter/stateExecutionCounter.go|84 col 2| S1005: unnecessary assignment to the blank identifier (gosimple)

Filtered Findings (0)

Annotations

Check failure on line 84 in service/interpreter/stateExecutionCounter.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] service/interpreter/stateExecutionCounter.go#L84

S1005: unnecessary assignment to the blank identifier (gosimple)
Raw output
service/interpreter/stateExecutionCounter.go:84:2: S1005: unnecessary assignment to the blank identifier (gosimple)
	currentSAs, _ := sas[service.SearchAttributeExecutingStateIds]
	^