Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 434 Bytes

RCS1162.md

File metadata and controls

22 lines (14 loc) · 434 Bytes

RCS1162: Avoid chain of assignments

Property Value
Id RCS1162
Category Readability
Severity None

Example

Code with Diagnostic

x = y = z; // RCS1162

See Also

(Generated with DotMarkdown)