Skip to content

Commit

Permalink
ANDROID-14792 Update. Ignore detekt error
Browse files Browse the repository at this point in the history
  • Loading branch information
haynlo committed Dec 19, 2024
1 parent 2cb4462 commit 375ecc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-tools/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ naming:
FunctionNaming:
active: true
ignoreAnnotated: 'Composable'
MatchingDeclarationName:
active: true
excludes:
- '**/ButtonStyles.kt'


empty-blocks:
EmptyFunctionBlock:
Expand Down

0 comments on commit 375ecc2

Please sign in to comment.