You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
====================================================================================================
https://github.com/open2b/scriggo/blob/main/internal/compiler/emitter.go#L148:14: append all its data while range it
====================================================================================================
I was running github actions to run linter sundrylint for top github golang repos.
see issues alingse/go-linter-runner#3
and the github actions output https://github.com/alingse/go-linter-runner/actions/runs/9273043532/job/25512239384
the
inits = append(inits, pkgInits...)
should beinits = append(inits, pkgInit)
The text was updated successfully, but these errors were encountered: