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

Commit 08f90af8 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Relax apilint FW1 error to a warning"

parents 77d11ed6 539ea128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -518,7 +518,7 @@ def verify_intent_builder(clazz):
            if m.name.startswith("create") and m.name.endswith("Intent"):
                pass
            else:
                error(clazz, m, "FW1", "Methods creating an Intent must be named createFooIntent()")
                warn(clazz, m, "FW1", "Methods creating an Intent should be named createFooIntent()")


def verify_helper_classes(clazz):