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

Commit 0ef8fcca authored by Ben Kwa's avatar Ben Kwa Committed by Android (Google) Code Review
Browse files

Merge "Add a config file for linting."

parents a37278b0 79c94de0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <!-- min-sdk doesn't apply to platform apps -->
    <issue id="UsesMinSdkAttributes" severity="ignore" />

    <!-- Protected permissions don't apply to system apps -->
    <issue id="ProtectedPermissions" severity="ignore" />
</lint>