Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Issue #11864: Ignore UnusedPrivateMember for @Preview
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielluong authored and mergify[bot] committed Mar 24, 2022
1 parent 067eb3c commit e5e491c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ style:
UnusedPrivateMember:
active: true
allowedNames: '(_|ignored|expected|serialVersionUID)'
ignoreAnnotated: ['Composable']
UseAnyOrNoneInsteadOfFind:
active: false
UseArrayLiteralsInAnnotations:
Expand Down

0 comments on commit e5e491c

Please sign in to comment.