source: osm/applications/editors/josm/plugins/checkstyle-filter.xml

Last change on this file was 34378, checked in by donvip, 6 years ago

fix checkstyle config

File size: 374 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE suppressions PUBLIC
3 "-//Puppy Crawl//DTD Suppressions 1.0//EN"
4 "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
5<suppressions>
6 <suppress checks="HeaderCheck" files=".*(/|\\)imagery_offset_db(/|\\).*\.java" />
7 <suppress checks="HeaderCheck" files=".*(/|\\)mapdust(/|\\).*\.java" />
8</suppressions>
Note: See TracBrowser for help on using the repository browser.