summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/lint/lint-baseline-ci.xml
blob: 64e3d41bcc38e3fda746cc3348a5f4903616de80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<?xml version="1.0" encoding="UTF-8"?>
<!-- REMEMBER! First you run Lint locally you'll need to move lint-baseline-local.xml.xml file
    generated into the lint folder and called it lint-baseline-local.xml
    If you remove any error when running Lint locally, you'll get a warning from the command
    line advising you to remove it from the baseline. If you remove it (remember to remove it
    from lint-baseline-local.xml file) you should remove it too from
    lint-baseline-ci.xml (THIS FILE) which is the only one included in the repo.
    Eventually, it'll be removed (when we remove all current lint errors included). -->
<issues by="lint 2.3.1" format="4">
    
    <issue
        errorLine1="    android:background=&quot;#cccc&quot;"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~"
        id="Overdraw"
        message="Possible overdraw: Root element paints background `#cccc` with a theme that also paints a background (inferred theme is `@style/AppTheme`)">
        <location
            column="5"
            file="src/main/res/layout/drawer_navigation_drawer.xml"
            line="4"/>
    </issue>

    <issue
        errorLine1="    android:background=&quot;?android:attr/selectableItemBackground&quot;"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
        id="Overdraw"
        message="Possible overdraw: Root element paints background `?android:attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/AppTheme`)">
        <location
            column="5"
            file="src/main/res/layout/item_main_feature.xml"
            line="6"/>
    </issue>

    <issue
        errorLine1="    android:background=&quot;@color/mapboxGreen&quot;>"
        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
        id="Overdraw"
        message="Possible overdraw: Root element paints background `@color/mapboxGreen` with a theme that also paints a background (inferred theme is `@style/AppTheme`)">
        <location
            column="5"
            file="src/main/res/layout/view_text_marker.xml"
            line="5"/>
    </issue>

    <issue
        errorLine1="    &lt;string name=&quot;mapbox_attributionTelemetryMessage&quot;>Estàs ajudant a millorar els mapes d\&apos;OpenStreetMap i de Mapbox aportant dades d\&apos;ús anònimes.&lt;/string>"
        errorLine2="                                                      ^"
        id="TypographyQuotes"
        message="Replace straight quotes (&apos;&apos;) with directional quotes (‘’, &amp;#8216; and &amp;#8217;) ?">
        <location
            column="55"
            file="src/main/res/values-ca/strings.xml"
            line="9"/>
    </issue>

    <issue
        id="IconDipSize"
        message="The image `icon_burned.png` varies significantly in its density-independent (dip) size across the various density versions: drawable-hdpi/icon_burned.png: 64x64 dp (96x96 px), drawable-xxxhdpi/icon_burned.png: 48x48 dp (192x192 px), drawable-xxhdpi/icon_burned.png: 48x48 dp (144x144 px), drawable-xhdpi/icon_burned.png: 48x48 dp (96x96 px), drawable-mdpi/icon_burned.png: 48x48 dp (48x48 px)">
        <location
            file="src/main/res/drawable-mdpi/icon_burned.png"/>
        <location
            file="src/main/res/drawable-xhdpi/icon_burned.png"/>
        <location
            file="src/main/res/drawable-xxhdpi/icon_burned.png"/>
        <location
            file="src/main/res/drawable-xxxhdpi/icon_burned.png"/>
        <location
            file="src/main/res/drawable-hdpi/icon_burned.png"/>
    </issue>

    <issue
        id="IconDuplicatesConfig"
        message="The `icon_burned.png` icon has identical contents in the following configuration folders: drawable-hdpi, drawable-xhdpi">
        <location
            file="src/main/res/drawable-xhdpi/icon_burned.png"/>
        <location
            file="src/main/res/drawable-hdpi/icon_burned.png"/>
    </issue>

    <issue
        id="IconExpectedSize"
        message="Incorrect icon size for `drawable-hdpi/ic_launcher_round.png`: expected 72x72, but was 216x216">
        <location
            file="src/main/res/drawable-hdpi/ic_launcher_round.png"/>
    </issue>

    <issue
        id="IconExpectedSize"
        message="Incorrect icon size for `drawable-mdpi/ic_launcher_round.png`: expected 48x48, but was 144x144">
        <location
            file="src/main/res/drawable-mdpi/ic_launcher_round.png"/>
    </issue>

    <issue
        id="IconExpectedSize"
        message="Incorrect icon size for `drawable-xhdpi/ic_launcher_round.png`: expected 96x96, but was 288x288">
        <location
            file="src/main/res/drawable-xhdpi/ic_launcher_round.png"/>
    </issue>

    <issue
        id="IconExpectedSize"
        message="Incorrect icon size for `drawable-xxhdpi/ic_launcher_round.png`: expected 144x144, but was 432x432">
        <location
            file="src/main/res/drawable-xxhdpi/ic_launcher_round.png"/>
    </issue>

    <issue
        id="IconExpectedSize"
        message="Incorrect icon size for `drawable-xxxhdpi/ic_launcher_round.png`: expected 192x192, but was 576x576">
        <location
            file="src/main/res/drawable-xxxhdpi/ic_launcher_round.png"/>
    </issue>

    <issue
        id="IconExpectedSize"
        message="Incorrect icon size for `drawable-hdpi/icon.png`: expected 72x72, but was 215x212">
        <location
            file="src/main/res/drawable-hdpi/icon.png"/>
    </issue>

    <issue
        id="IconExpectedSize"
        message="Incorrect icon size for `drawable-mdpi/icon.png`: expected 48x48, but was 143x141">
        <location
            file="src/main/res/drawable-mdpi/icon.png"/>
    </issue>

    <issue
        id="IconExpectedSize"
        message="Incorrect icon size for `drawable-xhdpi/icon.png`: expected 96x96, but was 286x282">
        <location
            file="src/main/res/drawable-xhdpi/icon.png"/>
    </issue>

    <issue
        id="IconExpectedSize"
        message="Incorrect icon size for `drawable-xxhdpi/icon.png`: expected 144x144, but was 429x423">
        <location
            file="src/main/res/drawable-xxhdpi/icon.png"/>
    </issue>

    <issue
        id="IconExpectedSize"
        message="Incorrect icon size for `drawable-xxxhdpi/icon.png`: expected 192x192, but was 572x564">
        <location
            file="src/main/res/drawable-xxxhdpi/icon.png"/>
    </issue>

    <issue
        id="IconDensities"
        message="Missing the following drawables in `drawable-hdpi`: ic_car_top.png, ic_taxi_top.png, ic_us.png, southeast_radar_0.png, southeast_radar_1.png... (2 more)">
        <location
            file="src/main/res/drawable-hdpi"/>
    </issue>

    <issue
        id="IconDensities"
        message="Missing the following drawables in `drawable-mdpi`: ic_car_top.png, ic_taxi_top.png, ic_us.png">
        <location
            file="src/main/res/drawable-mdpi"/>
    </issue>

    <issue
        id="IconDensities"
        message="Missing the following drawables in `drawable-xhdpi`: ic_car_top.png, ic_taxi_top.png, ic_us.png, southeast_radar_0.png, southeast_radar_1.png... (2 more)">
        <location
            file="src/main/res/drawable-xhdpi"/>
    </issue>

    <issue
        id="IconDensities"
        message="Missing the following drawables in `drawable-xxhdpi`: ic_car_top.png, ic_taxi_top.png, southeast_radar_0.png, southeast_radar_1.png, southeast_radar_2.png... (1 more)">
        <location
            file="src/main/res/drawable-xxhdpi"/>
    </issue>

</issues>