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.