igor.wojda
09/04/2023, 1:27 PMFunctionNaming:
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?