|
|
@ -640,11 +640,6 @@ |
|
|
|
<version>${spotless.version}</version> |
|
|
|
<version>${spotless.version}</version> |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<java> |
|
|
|
<java> |
|
|
|
<!--TODO: Remove the following excludes section when junit4 removed from e2e and microbench module--> |
|
|
|
|
|
|
|
<excludes> |
|
|
|
|
|
|
|
<exclude>**/e2e/**/*.java</exclude> |
|
|
|
|
|
|
|
<exclude>**/microbench/**/*.java</exclude> |
|
|
|
|
|
|
|
</excludes> |
|
|
|
|
|
|
|
<eclipse> |
|
|
|
<eclipse> |
|
|
|
<file>style/spotless_dolphinscheduler_formatter.xml</file> |
|
|
|
<file>style/spotless_dolphinscheduler_formatter.xml</file> |
|
|
|
</eclipse> |
|
|
|
</eclipse> |
|
|
@ -693,7 +688,6 @@ |
|
|
|
<include>docs/**/*.md</include> |
|
|
|
<include>docs/**/*.md</include> |
|
|
|
</includes> |
|
|
|
</includes> |
|
|
|
<excludes> |
|
|
|
<excludes> |
|
|
|
<!--Avoid conflicts with formatting tools in some special modules--> |
|
|
|
|
|
|
|
<exclude>**/.github/**/*.md</exclude> |
|
|
|
<exclude>**/.github/**/*.md</exclude> |
|
|
|
</excludes> |
|
|
|
</excludes> |
|
|
|
<flexmark /> |
|
|
|
<flexmark /> |
|
|
|