Page MenuHomeDevCentral

Don't shadow variables
ClosedPublic

Authored by dereckson on Mar 7 2022, 20:14.
Tags
None
Referenced Files
F35259444: D2577.diff
Wed, Jul 8, 11:44
F35194163: D2577.diff
Tue, Jul 7, 16:08
Unknown Object (File)
Sun, Jul 5, 15:16
Unknown Object (File)
Sat, Jul 4, 20:42
Unknown Object (File)
Fri, Jul 3, 21:47
Unknown Object (File)
Fri, Jul 3, 20:48
Unknown Object (File)
Thu, Jul 2, 21:58
Unknown Object (File)
Thu, Jul 2, 16:27
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.