Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bde58440 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "More Java/Kotlin warning patterns" am: 99f9f35e am: 2dafa806 am: 583ae6fc

Change-Id: Iae73d6b23a21419bb1068054b3b5a09245a44158
parents 607ef77c 583ae6fc
Loading
Loading
Loading
Loading
+715 −690

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -124,6 +124,8 @@ warn_patterns = [
           [r".*\.kt:.*: warning: unnecessary safe call on a non-null receiver"]),
    kotlin('Deprecated in Java',
           [r".*\.kt:.*: warning: '.*' is deprecated. Deprecated in Java"]),
    kotlin('Replacing Handler for Executor',
           [r".*\.kt:.*: warning: .+ Replacing Handler for Executor in "]),
    kotlin('library has Kotlin runtime',
           [r".*: warning: library has Kotlin runtime bundled into it",
            r".*: warning: some JAR files .* have the Kotlin Runtime library"]),