Marius Volkhart | c6c4367 | 2012-07-22 03:23:18 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <lint> |
| 3 | <!-- Enable selected checks that are disabled by default. These should help devs fix minor mistakes.--> |
| 4 | <issue id="FieldGetter" severity="warning" /> |
| 5 | <issue id="IconExpectedSize" severity="warning" /> |
| 6 | <issue id="TypographyQuotes" severity="warning" /> |
| 7 | |
| 8 | <!-- Suppress UsesMinSdkAttributes since we know what version we are building for --> |
| 9 | <issue id="UsesMinSdkAttributes" severity="ignore" /> |
| 10 | |
| 11 | <issue id="LintError" severity="ignore" /> |
| 12 | |
| 13 | </lint> |