Enable detekt rules CascadingCallWrapping and fix existing issues.
This commit is contained in:
committed by
Benoit Marty
parent
17155a7426
commit
e0255777c0
@@ -1,6 +1,9 @@
|
||||
# Default rules: https://github.com/detekt/detekt/blob/main/detekt-core/src/main/resources/default-detekt-config.yml
|
||||
|
||||
style:
|
||||
CascadingCallWrapping:
|
||||
active: true
|
||||
includeElvis: true
|
||||
MaxLineLength:
|
||||
# Default is 120
|
||||
maxLineLength: 160
|
||||
|
||||
Reference in New Issue
Block a user