Skip to content

Files

Latest commit

 

History

History
20 lines (11 loc) · 297 Bytes

MethodName.md

File metadata and controls

20 lines (11 loc) · 297 Bytes

Pattern: Invalid method name

Issue: -

Description

Validates identifiers for methods.

Examples

To configure the check:

<module name="MethodName"/>

Further Reading