(SCC-SA4006) A value assigned to a variable is never read before being overwritten.
Description
Value has been assigned to a variable but it is being overwritten before being read. In most cases, this could be a forgotten error check. Example: a := "foo" a = "bar"
Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/profclems/glab/issue/SCC-SA4006/occurrences/