Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(CRT-A0001) Shadow of builtin detected #91

Closed
Allenxuxu opened this issue Jun 8, 2021 · 0 comments · Fixed by #92
Closed

(CRT-A0001) Shadow of builtin detected #91

Allenxuxu opened this issue Jun 8, 2021 · 0 comments · Fixed by #92

Comments

@Allenxuxu
Copy link
Owner

Description

It is not recommended to overshadow builtins. <!--more--> A shadowed variable or function is declared in the scope with the same name as a built-in function. It is not recommended because identifiers shadowing a built-in make it inaccessible to use. ## Examples ### Bad practice go len := 10

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Allenxuxu/gev/issue/CRT-A0001/occurrences/

@Allenxuxu Allenxuxu linked a pull request Jun 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant