mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 03:16:02 +03:00
15 lines
390 B
YAML
15 lines
390 B
YAML
# Default rules: https://github.com/detekt/detekt/blob/main/detekt-core/src/main/resources/default-detekt-config.yml
|
|
|
|
style:
|
|
MaxLineLength:
|
|
# Default is 120
|
|
maxLineLength: 160
|
|
MagicNumber:
|
|
# Default is true
|
|
active: false
|
|
ReturnCount:
|
|
# Default is true
|
|
active: false
|
|
UnnecessaryAbstractClass:
|
|
# Default is true. False positive for Epoxy
|
|
active: false
|