Skip to content
On this page

AbstractClassNamePrefix

Checks that abstract classes are prefixed by Abstract.

Scope

Generic.NamingConventions.AbstractClassNamePrefix

Description

Abstract class names must be prefixed with "Abstract", e.g. AbstractBar.

Usage

xml
<rule ref="Generic.NamingConventions.AbstractClassNamePrefix"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.