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
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]
^
Loading