Add lint.xml

pull/25/head
Alex Baker 11 years ago
parent 69e17cc339
commit 524a129236

@ -1,12 +1,2 @@
Visit the wiki to [get started with development](https://github.com/abaker/astrid/wiki/Getting-Started-with-Development).
Visit the wiki to [get started with development](https://github.com/abaker/tasks/wiki/Getting-Started-with-Development).
To Do
-----
* DropBox
* Browser extensions
* Continuous Build
* Widgets
* Translation workflow
* Remove dead code
* Remove unused resources and preferences
* Fix warnings

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<lint>
<issue id="UnusedResources" severity="ignore"/>
<issue id="InconsistentArrays" severity="error"/>
</lint>

@ -0,0 +1,3 @@
#!/bin/bash
lint --exitcode --classpath astrid/build/classes --resources astrid/build/res/ --sources astrid/build/source/ --config astrid/lint.xml astrid
Loading…
Cancel
Save