Last change
on this file since 12586 was
12586,
checked in by Don-vip, 5 years ago
|
see #14794 - update to checkstyle 8.0 (to match the version used by Eclipse CS) + add new project to build custom Eclipse plugin (now required)
|
File size:
504 bytes
|
Rev | Line | |
---|
[12586] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | |
---|
| 3 | <!DOCTYPE checkstyle-packages PUBLIC |
---|
| 4 | "-//Puppy Crawl//DTD Package Names 1.0//EN" |
---|
| 5 | "http://www.puppycrawl.com/dtds/packages_1_0.dtd"> |
---|
| 6 | |
---|
| 7 | <checkstyle-packages> |
---|
| 8 | <!-- |
---|
| 9 | Define the Java packages where your custom Checkstyle module classes (checks, filters) reside here. |
---|
| 10 | See http://checkstyle.sourceforge.net/config.html#Packages for more info. |
---|
| 11 | --> |
---|
| 12 | <package name="org.openstreetmap.josm"> |
---|
| 13 | </package> |
---|
| 14 | </checkstyle-packages> |
---|
Note: See
TracBrowser
for help on using the repository browser.