Ignore:
Timestamp:
2018-07-01T01:18:45+02:00 (8 years ago)
Author:
donvip
Message:

fix checkstyle config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r34376 r34378  
    579579    <target name="checkstyle" depends="checkstyle-compile">
    580580        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpath="${checkstyle.jar}:${checkstyle-build.dir}"/>
    581         <checkstyle config="${basedir}/../00_core_tools/checkstyle/josm_checks.xml">
     581        <checkstyle config="${basedir}/../checkstyle-config.xml">
    582582            <fileset dir="${basedir}/src" includes="**/*.java" excludes="boofcv/**/*.java,
    583583                                                                         com/google/**/*.java,
Note: See TracChangeset for help on using the changeset viewer.