mirror of https://github.com/halo-dev/halo
![]() #### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: This PR fixes the unit test errors on Windows environment, mainly caused by different file systems. ```bash PS C:\Users\johnniang\IdeaProjects\halo> ./gradlew check > Task :application:checkstyleTest Checkstyle rule violations were found. See the report at: file:///C:/Users/johnniang/IdeaProjects/halo/application/build/reports/checkstyle/test.html Checkstyle files with violations: 16 Checkstyle violations by severity: [warning:43] > Task :application:checkstyleMain Checkstyle rule violations were found. See the report at: file:///C:/Users/johnniang/IdeaProjects/halo/application/build/reports/checkstyle/main.html Checkstyle files with violations: 135 Checkstyle violations by severity: [warning:218] > Task :application:test BUILD SUCCESSFUL in 1m 39s 25 actionable tasks: 5 executed, 20 up-to-date ``` #### Does this PR introduce a user-facing change? ```release-note None ``` |
||
---|---|---|
.. | ||
src | ||
build.gradle |