forked from spacecowboy/NotePad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlint.xml
21 lines (21 loc) · 805 Bytes
/
lint.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="HardcodedText" severity="error">
<ignore path="res\layout\editor_layout.xml" />
<ignore path="res\layout\listwidget.xml" />
<ignore path="res\layout\preference_widget_seekbar.xml" />
</issue>
<issue id="MissingTranslation">
<ignore path="res\values-cs-v14" />
<ignore path="res\values-de-v14" />
<ignore path="res\values-es" />
<ignore path="res\values-fr-v14" />
<ignore path="res\values-he" />
<ignore path="res\values-hu-v14" />
<ignore path="res\values-it-v14" />
<ignore path="res\values-iw" />
<ignore path="res\values-pt" />
<ignore path="res\values-ru-v14" />
<ignore path="res\values-sv-v14" />
</issue>
</lint>