multiple-statements-per-line (S082)
Fix is always available.
What does it do?
Catches multiple statements on the same line separated by a semicolon.
Why is this bad?
This can have a detrimental effect on code readability.
Fix is always available.
Catches multiple statements on the same line separated by a semicolon.
This can have a detrimental effect on code readability.