Skip to content

Commit

Permalink
refactor checkstyle: add checkstyle rule
Browse files Browse the repository at this point in the history
  • Loading branch information
leo.hou committed May 28, 2024
1 parent deaf49f commit cade581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shenyu-e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
<configLocation>/../script/shenyu_checkstyle.xml</configLocation>
<headerLocation>/../script/checkstyle-header.txt</headerLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<excludes>**/transfer/**/*</excludes>
<excludes>**/transfer/**/*,**/testcase/**/*</excludes>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit cade581

Please sign in to comment.