OpenAstronomy/baldrick

Add a plugin to make sure there are no large files in a PR

Opened this issue · 2 comments

We can check that each commit doesn't add more than a certain threshold in size, which would catch the case where a big file is removed in a subsequent commit but still lives in the history.

Hey @astrofrog , I'm interested in Open Source and GSoC. I'd like to work on this issue. Can I go forward with this ?

I am not sure Baldrick is the best place for this there is already a pre-commit hook which does it.