[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>
|
||||
<suppress checks=".*"
|
||||
files="xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoostJNI.java"/>
|
||||
<suppress checks=".*" files="XGBoostJNI.java"/>
|
||||
</suppressions>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user