Inspectopedia Help

Naming conventions

Unconventional class method name   New in this release

Reports class methods with names that are either too short, too long, or don't match the specified regular expression pattern.

Unconventional class variable name   New in this release

Reports class variables with names that are either too short, too long, or don't match the specified regular expression pattern.

Unconventional class/module name   New in this release

Reports classes and modules with names that are either too short, too long or don't match the specified regular expression pattern.

Unconventional constant name   New in this release

Reports any constants whose names are either too short, too long, or do not follow the specified regular expression pattern.

Unconventional global variable name   New in this release

Reports global variables with names that are either too short, too long, or don't match the specified regular expression pattern.

Unconventional instance method name   New in this release

Reports instance methods with names that are either too short, too long, or don't match the specified regular expression pattern.

Unconventional instance variable name   New in this release

Reports instance variables with names that are either too short, too long, or don't match the specified regular expression pattern.

Unconventional local variable name   New in this release

Reports local variables with names that are either too short, too long, or don't match the specified regular expression pattern.

Unconventional parameter name   New in this release

Reports parameters with names that are either too short, too long, or don't match the specified regular expression pattern.

Last modified: 11 September 2024