bereng commented on code in PR #2411: URL: https://github.com/apache/cassandra/pull/2411#discussion_r1228145194
########## .gitignore: ########## @@ -69,6 +69,8 @@ target/ .DS_Store Thumbs.db .ccm/ +checkstyle_cachefile +checkstyle_test_cachefile Review Comment: I don't see a `build.properties` file so I am not following. You mean you want a specific property in build.xml just for the checkstyle cache? Why would sbdy need to change that? :thinking: You need it cleaned on every 'realclean', if you're checking out branches on the same folder only realclean works and you need to rebuild the checkstyle cache. It's not perfect but it's the best compromise I came up with. If we put it in the build folder it gets gitignored already. Look at the latest commit. -- 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]

