This commit is contained in:
Jannik Reimers 2025-04-03 22:44:28 +02:00
parent 5ad150e53d
commit 61c9fa6731
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0
17 changed files with 259 additions and 120 deletions

View file

@ -560,7 +560,7 @@ style:
active: true
maxJumpCount: 3
MagicNumber:
active: true
active: false
excludes: [ '**/test/**', '**/androidTest/**', '**/*.Test.kt', '**/*.Spec.kt', '**/*.Spek.kt' ]
ignoreNumbers: [ '-1', '0', '1', '2' ]
ignoreHashCodeFunction: true
@ -625,7 +625,7 @@ style:
TrailingWhitespace:
active: true
UnderscoresInNumericLiterals:
active: true
active: false
acceptableDecimalLength: 5
UnnecessaryAbstractClass:
active: true