Don't force skiplist files to exist
Opened this issue · 0 comments
perlun commented
Right now, the current implementation will fail with an Errno::ENOENT
if the file does not exist. This is unnecessarily awkward. We should fail gracefully if the file is missing.