Skip to content

Commit

Permalink
Issue mozilla-mobile#11864: Ignore UnusedPrivateMember for @Preview
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielluong committed Mar 15, 2022
1 parent 7780a31 commit bb50334
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 bb50334

Please sign in to comment.