diff --git a/README.md b/README.md index 69694b32d..2da53fd9d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/astrid/lint.xml b/astrid/lint.xml new file mode 100644 index 000000000..5356ac787 --- /dev/null +++ b/astrid/lint.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lint.sh b/lint.sh new file mode 100755 index 000000000..527566f1a --- /dev/null +++ b/lint.sh @@ -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