Skip to content

Files

Latest commit

 

History

History
20 lines (11 loc) · 397 Bytes

InterfaceTypeParameterName.md

File metadata and controls

20 lines (11 loc) · 397 Bytes

Pattern: Invalid interface type parameter name

Issue: -

Description

Validates identifiers for interface type parameters.

Examples

To configure the check:

<module name="InterfaceTypeParameterName"/>

Further Reading