Update github.com/gordonklaus/ineffassign commit hash to 7953dde (#233)
Update github.com/gordonklaus/ineffassign commit hash to 7953dde Reviewed-on: https://kolaente.dev/vikunja/api/pulls/233
This commit is contained in:
2
vendor/github.com/gordonklaus/ineffassign/README.md
generated
vendored
2
vendor/github.com/gordonklaus/ineffassign/README.md
generated
vendored
@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
This tool misses some cases because it 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.
|
||||
|
Reference in New Issue
Block a user