marx-saul / go_pure

A static analysis tool for go-lang that ensure some designated functions are pure.
MIT License
1 stars 0 forks source link

Review: by yuki.ito #1

Open 110y opened 4 years ago

110y commented 4 years ago
110y commented 4 years ago
110y commented 4 years ago

Docに @pure が付いているものを探索していますが、Go向けの有名な静的解析ツールであるstaticcheck等が採用しているように、 // lint:pure などのほうが自然かなと思いました。 (@ でアノテートしているLinterはいままで見たことないので) https://staticcheck.io/docs/checks

110y commented 4 years ago