Something went wrong while setting issue due date.
Technical Debt: Need to test logic that determines whether or not to check a file.
At the present moment, there's an enclosed function that determines whether or not we check a file based on some logic.
This should be broken out into a more testable construct, perhaps a separate object that is solely responsible for that logic, along the lines of our StyleGuide's DecisionEngine.
Once refactored, we must add tests since this section of code is so difficult to test presently.