Skip to content
Snippets Groups Projects
Commit 96b5f39f authored by Christian Wulf's avatar Christian Wulf
Browse files

removed checkstyle module definition;

removed hamcrest-core dep
parent 4b1583cf
No related branches found
No related tags found
No related merge requests found
#FindBugs User Preferences #FindBugs User Preferences
#Tue Apr 21 14:15:57 CEST 2015 #Tue Apr 21 14:17:42 CEST 2015
detector_threshold=3 detector_threshold=3
effort=max effort=max
excludefilter0=.fbExcludeFilterFile|true excludefilter0=.fbExcludeFilterFile|true
......
...@@ -1199,8 +1199,6 @@ ...@@ -1199,8 +1199,6 @@
<property name="allowEmptyConstructors" value="true"/> <property name="allowEmptyConstructors" value="true"/>
<property name="allowEmptyMethods" value="true"/> <property name="allowEmptyMethods" value="true"/>
</module> </module>
<module name="qa.cs.PluralForCollectionVariable" />
</module> </module>
......
...@@ -87,12 +87,6 @@ ...@@ -87,12 +87,6 @@
<version>4.11</version> <version>4.11</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.hamcrest</groupId> <groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId> <artifactId>hamcrest-library</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment