gsquire / dll

Go linter for finding defer statements inside for loops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How is this linter better (or different) than https://staticcheck.dev/docs/checks/#SA9001 ?

miparnisari opened this issue · comments

I didn't know this check was already part of staticcheck at the time I wrote this tool. It was mostly educational for me I guess.

@gsquire that's perfectly ok! Maybe add a line on the readme saying that? Just so others don't use both

Sure, noted here.

Thanks!