prontolabs / pronto

Quick automated code review of your changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pronto seems to ignore files after it has processed all diffs

renatolond opened this issue · comments

Hi!

We have a project which have a lot (~10k) of data files. Those files are updated from time to time but they are not supposed to be evaluated by pronto. We've added a .pronto.yml and added the directory to be excluded, however pronto still gets stuck because it seems to be trying to process all diffs coming from this directory before evaluating the exclude. This makes it so that the only way to commit and push new files is to temporarily disable pronto. Is there a way to make pronto ignore these files during the diff phase?