Browse Source

A miss in refactoring…

master
Gintas Grigelionis 7 years ago
parent
commit
b08e7de6fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      check.xml

+ 1
- 1
check.xml View File

@@ -134,7 +134,7 @@
inline="true" conf="default" pathid="checkstyle.classpath" transitive="true"/> inline="true" conf="default" pathid="checkstyle.classpath" transitive="true"/>
<taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpathref="checkstyle.classpath"/> <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpathref="checkstyle.classpath"/>
<mkdir dir="${checkstyle.reportdir}"/> <mkdir dir="${checkstyle.reportdir}"/>
<checkstyle config="${config.dir}/checkstyle-config" failOnViolation="false">
<checkstyle config="${checkstyle.src.dir}/checkstyle-config" failOnViolation="false">
<formatter type="xml" toFile="${checkstyle.raw}"/> <formatter type="xml" toFile="${checkstyle.raw}"/>
<fileset dir="${java.dir}"> <fileset dir="${java.dir}">
<include name="${tocheck}"/> <include name="${tocheck}"/>


Loading…
Cancel
Save