Skip to content

Commit

Permalink
change functionPattern to support composable functions
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <[email protected]>
  • Loading branch information
sowjanyakch committed Sep 20, 2024
1 parent 22c3f62 commit 07037a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ naming:
minimumFunctionNameLength: 3
FunctionNaming:
active: true
functionPattern: '^([a-z$][a-zA-Z$0-9]*)|(`.*`)$'
functionPattern: '^([a-z$A-Z][a-zA-Z$0-9]*)|(.*)$'
excludeClassPattern: '$^'
ignoreOverridden: true
excludes:
Expand Down

0 comments on commit 07037a1

Please sign in to comment.