mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
21 lines
472 B
YAML
21 lines
472 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
|
|
|
|
exceptions:
|
|
TooGenericExceptionCaught:
|
|
# Default is true
|
|
active: false
|