[jvm-packages] Fixed checkstyle excludes on Windows (#2370)

XGBoostJNI.java was not excluded on Windows, probably because the path
specified in 'checkstyle-suppressions.xml' used UNIX file separators.
This commit is contained in:
Sergei Lebedev 2017-06-02 19:14:13 +02:00 committed by Tianqi Chen
parent 8e2a1ff2bf
commit 97abfc487a

View File

@ -28,6 +28,5 @@
-->
<suppressions>
<suppress checks=".*"
files="xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoostJNI.java"/>
<suppress checks=".*" files="XGBoostJNI.java"/>
</suppressions>