mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Detekt: configure and ignore some rules.
This commit is contained in:
parent
c02fb87bc9
commit
9834371e18
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
# 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
|
Loading…
Add table
Reference in a new issue