Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 194 Bytes

unnecessary-list-index-lookup.md

File metadata and controls

7 lines (4 loc) · 194 Bytes

Pattern: Unnecessary list index lookup

Issue: -

Description

Emitted when iterating over an enumeration and accessing the value by index lookup. The value can be accessed directly instead.