aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/WordPressEditor/lint.xml
blob: d377d1d0014772105dab4d2c540079194e737bd5 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <issue id="InvalidPackage">
        <ignore regexp="robolectric-2.4.jar" />
    </issue>

    <issue id="MissingPrefix">
        <ignore regexp="Unexpected namespace prefix &quot;app&quot; found for tag `Image.*`" />
    </issue>
</lint>