diff --git a/omnipod-dash/detekt-config.yml b/omnipod-dash/detekt-config.yml index 60e3fee286..850cd898e5 100644 --- a/omnipod-dash/detekt-config.yml +++ b/omnipod-dash/detekt-config.yml @@ -567,7 +567,8 @@ style: maxJumpCount: 1 MagicNumber: active: true - excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**'] + # TODO: re-enable omnipod-dash + excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**', '**/omnipod-dash/**'] ignoreNumbers: ['-1', '0', '1', '2'] ignoreHashCodeFunction: true ignorePropertyDeclaration: false