Inspectopedia Help

Function naming convention

Reports function names that do not follow the recommended naming conventions.

Example:

fun Foo() {}

To fix the problem change the name of the function to match the recommended naming conventions.

Inspection options

Option

Type

Default

Pattern

String

[a-z][A-Za-z\d]*

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

Kotlin, @snapshot@

Last modified: 13 July 2023