Skip to content
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

Closed
profclems opened this issue Jul 29, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@profclems
Copy link
Owner

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/

@profclems profclems added bug Something isn't working Refactoring labels Jul 29, 2020
profclems added a commit that referenced this issue Jul 29, 2020
profclems added a commit that referenced this issue Jul 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant