This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
(SCC-SA4006) A value assigned to a variable is never read before being overwritten. #22
Labels
bug
Something isn't working
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/
The text was updated successfully, but these errors were encountered: