Closed GuilhermeHideki closed 4 years ago
Travis failed on Python 3.4, probably because it's not supported anymore
Thanks for the fix. LGTM.
This PR still prints out the "Skipped files" message. Is that intentional? Based on the description in #12, I was expecting the PR to process the string as a regexp pattern rather than iterate through it.
Hi! @nirvdrum! Sorry, I didn't receive a notification about your comment, or forgot about it, I guess.
Yes, the message is intentional (Probably should be only used in some verbose mode). This PR only skips files if the path exists.
I guess that the plugin needs this fixes:
I removed the
skipped_files
because it's not used anywhereCloses #12