Can now override the config file
This commit is contained in:
parent
f7705b69c6
commit
2e94e8b498
|
|
@ -265,7 +265,8 @@
|
|||
<delete file="target/cachefile" />
|
||||
|
||||
<property name="todo.pattern" value="NOTHingWillMatCH_-"/>
|
||||
<checkstyle config="docs/checkstyle_checks.xml"
|
||||
<property name="check.config" location="docs/checkstyle_checks.xml"/>
|
||||
<checkstyle config="${check.config}"
|
||||
properties="docs/checkstyle.rules">
|
||||
<fileset dir="src/checkstyle"
|
||||
includes="**/*.java"
|
||||
|
|
|
|||
Loading…
Reference in New Issue