Enable detekt rules DataClassShouldBeImmutable and fix existing issues.

This commit is contained in:
Benoit Marty 2023-07-26 11:15:52 +02:00 committed by Benoit Marty
parent d433c3cbaa
commit 8458a9e937
6 changed files with 20 additions and 21 deletions

View file

@ -6,6 +6,8 @@ style:
CascadingCallWrapping:
active: true
includeElvis: true
DataClassShouldBeImmutable:
active: true
MaxLineLength:
# Default is 120
maxLineLength: 160