Heaving this rule config: ``` FunctionNaming: ...
# detekt
i
Heaving this rule config:
Copy code
FunctionNaming:
    active: true
    excludes: [ '**/test/**', '**/integrationTest/**', '**/konsistTest/**', '**/apiTest/**', '**/snippet/**' ]
    functionPattern: '[a-z][a-zA-Z0-9]*'
How should I define
functionPattern
option to allow
'
in function names?