You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "smiklosovic (via GitHub)" <gi...@apache.org> on 2023/06/13 13:13:52 UTC

[GitHub] [cassandra] smiklosovic commented on a diff in pull request #2411: Slow builds due to checkstyle

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? 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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org