Skip to content

Commit

Permalink
[Issue apache#417] ignore checkstyle for generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
jinrongluo committed Nov 18, 2021
1 parent c84f01b commit 1f14710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ allprojects {
maxWarnings = 0
configFile = new File("${rootDir}/style/checkStyle.xml")
}

checkstyleMain.exclude '**/org/apache/eventmesh/client/grpc/protos**'
}

task tar(type: Tar) {
Expand Down

0 comments on commit 1f14710

Please sign in to comment.