mirror of
https://github.com/opentripplanner/OpenTripPlanner.git
synced 2025-11-05 08:52:49 +01:00
12 lines
No EOL
374 B
XML
12 lines
No EOL
374 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE module PUBLIC
|
|
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
|
|
"https://checkstyle.org/dtds/configuration_1_3.dtd">
|
|
<module name="Checker">
|
|
<module name="TreeWalker">
|
|
<module name="AvoidStarImport"/>
|
|
<module name="RedundantImport"/>
|
|
<module name="UnusedImports"/>
|
|
</module>
|
|
</module> |