michaelsembwever commented on code in PR #2411: URL: https://github.com/apache/cassandra/pull/2411#discussion_r1227804982
########## .gitignore: ########## @@ -69,6 +69,8 @@ target/ .DS_Store Thumbs.db .ccm/ +checkstyle_cachefile +checkstyle_test_cachefile Review Comment: could we just put these into the build directory instead ? or the user's tmp directory? (i don't know how it works across different clones and repos…?) (otherwise this will break releases) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

