Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lint.xml - github.com/nextcloud/Android-SingleSignOn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d4326a43906aaee3bd36fe72a09dbbe46d7cdc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <issue id="ObsoleteLintCustomCheck" severity="warning">
        <ignore path="**/fragment-1.4.0/**/lint.jar" />
        <ignore path="**/appcompat-1.2.**/**/lint.jar" />
        <ignore path="**/jetified-annotation-experimental-1.0.**/**/lint.jar" />
    </issue>

    <issue id="UnusedResources">
        <ignore path="**/values-**/strings.xml" />
    </issue>
</lint>