Page MenuHomeDevCentral

Don't shadow variables
ClosedPublic

Authored by dereckson on Mar 7 2022, 20:14.
Tags
None
Referenced Files
F4216987: D2577.diff
Tue, Feb 11, 01:48
Unknown Object (File)
Fri, Feb 7, 06:42
Unknown Object (File)
Wed, Feb 5, 15:36
Unknown Object (File)
Tue, Feb 4, 23:28
Unknown Object (File)
Sat, Feb 1, 21:38
Unknown Object (File)
Sat, Feb 1, 21:38
Unknown Object (File)
Sat, Feb 1, 20:50
Unknown Object (File)
Sat, Feb 1, 20:19
Subscribers
None

Details

Summary

Variables like id and list are built-ins.

A method argument can't share the same name with the procedural code.

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Errors
SeverityLocationCodeMessage
Errorutils/dump-py-state.py:66E501flake8 E501
Advice_modules/opensearch.py:24F821flake8 F821
Advice_modules/opensearch.py:66F821flake8 F821
Advice_modules/opensearch.py:86F821flake8 F821
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4038
Build 4290: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Mar 7 2022, 20:16
This revision was landed with ongoing or failed builds.Mar 7 2022, 20:16
This revision was automatically updated to reflect the committed changes.