[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:
parent
8e2a1ff2bf
commit
97abfc487a
@ -28,6 +28,5 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<suppressions>
|
<suppressions>
|
||||||
<suppress checks=".*"
|
<suppress checks=".*" files="XGBoostJNI.java"/>
|
||||||
files="xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoostJNI.java"/>
|
|
||||||
</suppressions>
|
</suppressions>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user