Skip to content

Commit b9e6782

Browse files
committed
chore(quality): detekt, lint, and proguard audit (v2.1.0)
Detekt: 0 issues. Lint: suppressed GradleDependency (batch updates per minor release); fixed illegal XML comment delimiter (-- before >) in lint.xml that caused 4 spurious parse-error warnings. ktlint: 0 violations. Unit tests: all passed. Release build (ProGuard): successful, APK 5.0 MB.
1 parent 5e9168b commit b9e6782

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

β€Žandroid/app/lint.xmlβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,11 @@
5959
<!-- β†’ Migration geplant fΓΌr v2.1.0 -->
6060
<!-- ═══════════════════════════════════════════════════════════ -->
6161
<issue id="AndroidGradlePluginVersion" severity="ignore" />
62+
63+
<!-- ═══════════════════════════════════════════════════════════ -->
64+
<!-- GradleDependency: Dependency-Updates werden bewusst -->
65+
<!-- batchweise in neuen Minor-Releases durchgefΓΌhrt, nicht -->
66+
<!-- inkrementell pro Patch-Release (zu hohes Regressionsrisiko).-->
67+
<!-- ═══════════════════════════════════════════════════════════ -->
68+
<issue id="GradleDependency" severity="ignore" />
6269
</lint>

0 commit comments

Comments
Β (0)