Browse Source

Checkstyle's global report doesn't include MiG layout


git-svn-id: http://svn.dmdirc.com/trunk@3965 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Chris Smith 16 years ago
parent
commit
912f18f2e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      checkstyle/build.xml

+ 1
- 1
checkstyle/build.xml View File

@@ -124,7 +124,7 @@
124 124
 		<checkstyle config="checkstyle/dmdirc_checks.xml" failureProperty="checkstyle.failure"
125 125
 								failOnViolation="false">
126 126
 			
127
-			<fileset dir="src/" includes="**/*.java"/>
127
+			<fileset dir="src/com/dmdirc/" includes="**/*.java"/>
128 128
 			<formatter type="xml" tofile="reports/report-all.xml"/>
129 129
 		</checkstyle>
130 130
 		<xslt in="reports/report-all.xml" out="reports/report-all.html" style="checkstyle/checkstyle.xsl"/>

Loading…
Cancel
Save