Skip to content
On this page

UpperCaseConstantName

Ensures that constant names are all uppercase.

Scope

Generic.NamingConventions.UpperCaseConstantName

Description

Constants should always be all-uppercase, with underscores to separate words.

Usage

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

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.