Detekt: Disable OptionalWhenBraces, even if deprecated and replaced by BracesOnWhenStatements. Cannot do what I want with BracesOnWhenStatements.
This commit is contained in:
parent
5bf58745b0
commit
98ae8feb38
1 changed files with 5 additions and 3 deletions
|
|
@ -3,6 +3,8 @@
|
|||
style:
|
||||
AlsoCouldBeApply:
|
||||
active: true
|
||||
OptionalWhenBraces:
|
||||
active: false
|
||||
CascadingCallWrapping:
|
||||
active: true
|
||||
includeElvis: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue