Skip to content
On this page

InlineControlStructure

Verifies that inline control statements are not present.

Scope

Generic.ControlStructures.InlineControlStructure

Description

Control Structures should use braces.

Properties

Property NameTypeDefaultAvailable Since
errorbooltrue-

Usage

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

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.