smiklosovic commented on code in PR #2411: URL: https://github.com/apache/cassandra/pull/2411#discussion_r1228112153
########## .gitignore: ########## @@ -69,6 +69,8 @@ target/ .DS_Store Thumbs.db .ccm/ +checkstyle_cachefile +checkstyle_test_cachefile Review Comment: @bereng @michaelsembwever Could we make it a property in build.xml and reference it here? That way I can put whatever path I want to `build.properties` file. Once it is in `build` dir, it will be there forever no? What if I do `ant realclean jar`? Even I have not changed single line of the source code, I will need to do checkstyle again? People may have a global '.gitignore' in their $HOME (normal git stuff) so I can point my build to cache it somewhere it will be gitignored anyway. -- 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]

