Browse Source

Disable checkstyle until Oliver changes the defaults on the empty catch check.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272735 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 23 years ago
parent
commit
88fed6a58f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proposal/mutant/build.xml

+ 1
- 1
proposal/mutant/build.xml View File

@@ -169,7 +169,7 @@

<target name="main" depends="frontend, antlibs, ant1compat, remote, checkstyle"/>
<target name="checkstyle" if="checkstyle.available">
<target name="checkstyle" if="xxxcheckstyle.available">
<taskdef name="checkstyle"
classname="com.puppycrawl.tools.checkstyle.CheckStyleTask"/>
<mkdir dir="${bin.dir}/check"/>


Loading…
Cancel
Save