diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-09-30 17:44:29 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-09-30 17:44:29 +0200 |
| commit | ca310f54024439ddcfe07419f9376564522ae969 (patch) | |
| tree | b0475bf56dd1d3d82ea4fd950d30037b1962c781 /main | |
| parent | bd67e192bb437e0d0d83ed404d375ac76de6443a (diff) | |
| download | cgeo-ca310f54024439ddcfe07419f9376564522ae969.zip cgeo-ca310f54024439ddcfe07419f9376564522ae969.tar.gz cgeo-ca310f54024439ddcfe07419f9376564522ae969.tar.bz2 | |
build: error on duplicate ids
* by default, duplicate ids only show a warning
* generally, this will be wrong at runtime, therefore make it an error
Diffstat (limited to 'main')
| -rw-r--r-- | main/lint.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/lint.xml b/main/lint.xml index c3e66b2..a420bfa 100644 --- a/main/lint.xml +++ b/main/lint.xml @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <lint> <issue id="ContentDescription" severity="ignore" /> + <issue id="DuplicateIds" severity="error" /> + <issue id="DuplicateIncludedIds" severity="error" /> <issue id="ExportedContentProvider" severity="ignore" /> <issue id="InvalidPackage" severity="ignore" /> <issue id="MissingTranslation" severity="ignore" /> |
