fernando-wizeline commented on code in PR #23080:
URL: https://github.com/apache/beam/pull/23080#discussion_r985974851
##########
sdks/python/test-suites/tox/py38/build.gradle:
##########
@@ -112,6 +112,8 @@ task archiveFilesToLint(type: Zip) {
include "**/*.md"
include "**/build.gradle"
exclude "**/node_modules/*"
+ exclude ".github/*"
+ exclude "website/*"
Review Comment:
Yeah, they're being picked up by the py38 process (not sure why) so I had to
manually exclude them from the paths.
--
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]