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

Commit a864d037 authored by Ben Kwa's avatar Ben Kwa
Browse files

Add a config file for linting.

Change-Id: Ic76e8ea1cd2277c2cc1cf9588410bc142378f8a0
parent ae605db8
Loading
Loading
Loading
Loading

lint.xml

0 → 100644
+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>