Enable detekt rules AlsoCouldBeApply and fix existing issues.
This commit is contained in:
parent
1d3aa2cd05
commit
d433c3cbaa
4 changed files with 8 additions and 10 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Default rules: https://github.com/detekt/detekt/blob/main/detekt-core/src/main/resources/default-detekt-config.yml
|
||||
|
||||
style:
|
||||
AlsoCouldBeApply:
|
||||
active: true
|
||||
CascadingCallWrapping:
|
||||
active: true
|
||||
includeElvis: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue