Changeset 34378 in osm


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

fix checkstyle config

Location:
applications/editors/josm/plugins
Files:
1 added
2 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,
  • applications/editors/josm/plugins/checkstyle-filter.xml

    r34371 r34378  
    44     "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
    55<suppressions>
    6   <suppress checks="HeaderCheck" files="../imagery_offset_db/**/*\.java" />
    7   <suppress checks="HeaderCheck" files="../mapdust/**/*\.java" />
     6  <suppress checks="HeaderCheck" files=".*(/|\\)imagery_offset_db(/|\\).*\.java" />
     7  <suppress checks="HeaderCheck" files=".*(/|\\)mapdust(/|\\).*\.java" />
    88</suppressions>
Note: See TracChangeset for help on using the changeset viewer.