From 524a1292363776b5833052e6b59d4ddc49240dd6 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Wed, 25 Sep 2013 12:00:14 -0500 Subject: [PATCH] Add lint.xml --- README.md | 12 +----------- astrid/lint.xml | 5 +++++ lint.sh | 3 +++ 3 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 astrid/lint.xml create mode 100755 lint.sh 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