alexeyinkin commented on code in PR #23402:
URL: https://github.com/apache/beam/pull/23402#discussion_r1029625330
##########
build.gradle.kts:
##########
@@ -142,6 +142,10 @@ tasks.rat {
// Sample text file for Java quickstart
"sdks/java/maven-archetypes/examples/sample.txt",
+ // Ignore Playground proto/grpc proto/dart generated wrappers
+ "playground/backend/internal/api/v1/api_grpc.pb.go",
+ "playground/frontend/playground_components/lib/src/api/v1/*.dart",
Review Comment:
No need for the Dart line here because this merge is pending:
https://github.com/apache/beam/pull/23378/files#diff-c0dfa6bc7a8685217f70a860145fbdf416d449eaff052fa28352c5cec1a98c06
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]