Naming conventions
- Class name is not following coding convention
Reports the classes' names that are either too short, too long, or do not follow the specified regular expression pattern.
- Constant name is not following coding convention
Reports the constants' names that are either too short, too long, or do not follow the specified regular expression pattern.
- Function name is not following coding convention
Reports the functions' names that are either too short, too long, or do not follow the specified regular expression pattern.
- Method name is not following coding convention
Reports the methods' names that are either too short, too long, or do not follow the specified regular expression pattern.
- Property name is not following coding convention
Reports the properties' names that are either too short, too long, or do not follow the specified regular expression pattern.
- Variable name is not following coding convention
Reports the variables' names that are either too short, too long, or do not follow the specified regular expression pattern.
Last modified: 11 September 2024