Read receipt: Cleanup

This commit is contained in:
Benoit Marty 2023-11-16 13:26:09 +01:00 committed by Benoit Marty
parent ee54414eab
commit 9f522b2671
5 changed files with 15 additions and 10 deletions

View file

@ -31,6 +31,9 @@ style:
active: false
UnusedPrivateMember:
active: true
DestructuringDeclarationWithTooManyEntries:
active: true
maxDestructuringEntries: 5
UnusedParameter:
active: true
UnnecessaryInnerClass: