From e7b3d85639ca92d85fc6aa2a8f00d0232d2a0290 Mon Sep 17 00:00:00 2001 From: AdrianLxM Date: Mon, 1 Mar 2021 13:49:39 +0100 Subject: [PATCH] detekt resolve a few --- omnipod-dash/detekt-config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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