andreigurau commented on PR #24229: URL: https://github.com/apache/beam/pull/24229#issuecomment-1320477563
To solve the RAT issues, all I did was add `.txt` to the end of the file names, and now it works (since we are reading the contents of the file, not factoring in the file name). The only thing is that ideally in practice, these cert files should end with .crt and not .txt The other solution, which I don't like as much, is hardcoding the contents of .crt files as strings and generating them as temporary .crt files during testing, but I feel like that could create a lot of clutter in the test files -- 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]
