Also these should all work the same:
--skip ./foo/ - Currently doesn't work
--skip ./foo - Currently works
--skip foo/ - Untested
--skip foo - Untested
We also need to check if --skip ./foo is equivalent to --skip ./foobar (on a file/folder named foobar) and likewise for --skip foo.
Originally posted by @peternewman in #1528 (comment)
Also these should all work the same:
--skip ./foo/- Currently doesn't work--skip ./foo- Currently works--skip foo/- Untested--skip foo- UntestedWe also need to check if
--skip ./foois equivalent to--skip ./foobar(on a file/folder named foobar) and likewise for--skip foo.Originally posted by @peternewman in #1528 (comment)