We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
静的解析のライブコーディングするぞ!
Hangout, Hangout Meets, Discordの画面共有を試すぞ!
The text was updated successfully, but these errors were encountered:
Hoge string `json:"hoge"` // OK Fuga string `json:"hoge"` // NG
import が一つにまとまっているかチェック
コピペだったり、IDEの一括Renameだったり、リファクタで、コメントが別の関数のこと書いてるような時があるので、それを検知するやつ
Sorry, something went wrong.
if 文で同じ条件を2回チェックしてるものを検出。
if A() && B() C() && A() { // A()が2回出てきた }
スライスや配列で予めサイズがわかっている場合にnilで初期化したら指摘するやつ
var ms []int for _, n := range ns { ms = append(ms, n) }
No branches or pull requests
静的解析のライブコーディングするぞ!
Hangout, Hangout Meets, Discordの画面共有を試すぞ!
The text was updated successfully, but these errors were encountered: