Skip to content

Files

Latest commit

 

History

History
23 lines (15 loc) · 646 Bytes

Generic.ControlStructures.InlineControlStructure.md

File metadata and controls

23 lines (15 loc) · 646 Bytes

Pattern: Use of inline control structure

Issue: -

Description

Verifies that inline control statements are not present.

Configuration

If the error property is set to false, a warning will be thrown for violations instead of an error.

<rule ref="Generic.ControlStructures.InlineControlStructure">
    <properties>
        <property name="error" value="false" />
    </properties>
</rule>

Further Reading