As the title says, "Enforce verification checks before package return" by default runs on all files in the project.
Here are cases when you do not want this behavior:
1. You have 100 files in the project and you are only returning 1 file. I do not want to shift through 99 files that do not need to be checked.
2. You return each file individually after you finish translating. In this case, *all* files you have not translated yet will return errors.