Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 257 Bytes

SC2258.md

File metadata and controls

11 lines (6 loc) · 257 Bytes

Pattern: Trailing comma in for loop element

Issue: -

Description

The trailing comma is part of the value, not a separator. Delete or quote it.

Further Reading