From 9830a2ba02bbed18f773216888bc21c1ceb15995 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 8 Nov 2009 22:09:49 +0100 Subject: Added a findbugs ant target, along with an installDeps job to automatically fetch and unpack findbugs from its sourceforge repository. Still need to figure out how to maintain a list of findbugs warnings that findbugs should be ignoring. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a5dd23e9..82db0a61 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ google.properties debug LombokizedEclipse.launch libertad-upload.key +findbugsReport.html -- cgit