commit 19d8f67291205d32d1b7b8cd614bd8b1f42691c8
parent bc9abeb392e20e634cf5c1953a530ff211857424
Author: t-p-white <towhite@mozilla.com>
Date: Wed, 8 Oct 2025 16:03:11 +0000
Bug 1989504 - Added comments for UnusedImports in the Detekt configs to communicate the change r=android-reviewers,mcarare DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D267971
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mobile/android/android-components/config/detekt.yml b/mobile/android/android-components/config/detekt.yml
@@ -733,7 +733,7 @@ style:
allowForUnclearPrecedence: false
UntilInsteadOfRangeTo:
active: false
- UnusedImports:
+ UnusedImports: # (Default: false) Enabled in https://bugzilla.mozilla.org/show_bug.cgi?id=1977548
active: true
UnusedParameter:
active: true
diff --git a/mobile/android/fenix/config/detekt.yml b/mobile/android/fenix/config/detekt.yml
@@ -736,7 +736,7 @@ style:
allowForUnclearPrecedence: false
UntilInsteadOfRangeTo:
active: false
- UnusedImports:
+ UnusedImports: # (Default: false) Enabled in https://bugzilla.mozilla.org/show_bug.cgi?id=1977548
active: true
UnusedParameter:
active: true
diff --git a/mobile/android/focus-android/quality/detekt.yml b/mobile/android/focus-android/quality/detekt.yml
@@ -737,7 +737,7 @@ style:
allowForUnclearPrecedence: false
UntilInsteadOfRangeTo:
active: false
- UnusedImports:
+ UnusedImports: # (Default: false) Enabled in https://bugzilla.mozilla.org/show_bug.cgi?id=1977548
active: true
UnusedParameter:
active: true