Naming conventions
- Unconventional interface name
Reports interfaces with names that are either too short, too long, or don't match the specified regular expression pattern.
- Unconventional type alias name
Reports type aliases with names that are either too short, too long, or don't match the specified regular expression pattern.
- Unconventional type variable name
Reports type variables with names that are either too short, too long, or don't match the specified regular expression pattern.
- Unconventional use alias name
Reports use aliases with names that are either too short, too long, or don't match the specified regular expression pattern.
Last modified: 11 September 2024