From 3533bca98f0f4c45b0b9d9fb3661bbad9695f9f5 Mon Sep 17 00:00:00 2001 From: Christian Wulf <chw@informatik.uni-kiel.de> Date: Fri, 17 Oct 2014 09:53:06 +0200 Subject: [PATCH] deactivated checkstyle for now --- .project | 6 ------ .settings/edu.umd.cs.findbugs.core.prefs | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.project b/.project index a7cba232..9c7a3eb0 100644 --- a/.project +++ b/.project @@ -15,11 +15,6 @@ <arguments> </arguments> </buildCommand> - <buildCommand> - <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> - <arguments> - </arguments> - </buildCommand> <buildCommand> <name>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</name> <arguments> @@ -35,7 +30,6 @@ <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature> - <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> <nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature> </natures> </projectDescription> diff --git a/.settings/edu.umd.cs.findbugs.core.prefs b/.settings/edu.umd.cs.findbugs.core.prefs index a061e464..6f70f90f 100644 --- a/.settings/edu.umd.cs.findbugs.core.prefs +++ b/.settings/edu.umd.cs.findbugs.core.prefs @@ -1,5 +1,5 @@ #FindBugs User Preferences -#Thu Oct 16 16:18:52 CEST 2014 +#Fri Oct 17 09:51:45 CEST 2014 detector_threshold=3 effort=max excludefilter0=.fbExcludeFilterFile|true -- GitLab