mirror of
https://github.com/golangci/ineffassign
synced 2026-07-22 17:13:46 +00:00
No description
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| testdata | ||
| .gitignore | ||
| bugs | ||
| ineffassign.go | ||
| ineffassign_test.go | ||
| LICENSE | ||
| list | ||
| liststd | ||
| README.md | ||
ineffassign
Detect ineffectual assignments in Go code.
This tool misses some cases because does not consider any type information in its analysis. (For example, assignments to struct fields are never marked as ineffectual.) It should, however, never give any false positives.