Page MenuHomeDevCentral

Don't shadow variables
ClosedPublic

Authored by dereckson on Mar 7 2022, 20:14.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 13, 18:31
Unknown Object (File)
Fri, Jun 13, 18:26
Unknown Object (File)
Thu, Jun 12, 03:31
Unknown Object (File)
Wed, Jun 11, 04:06
Unknown Object (File)
Tue, Jun 10, 01:39
Unknown Object (File)
Tue, Jun 10, 01:38
Unknown Object (File)
Mon, Jun 9, 20:05
Unknown Object (File)
Sun, Jun 8, 01:13
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.