robotframework-lint icon indicating copy to clipboard operation
robotframework-lint copied to clipboard

Wildcards in suite paths are not supported

Open Tattoo opened this issue 6 years ago • 0 comments

If you provide suite paths to rflint with wildcards, they do not work on Windows.

In POSIX, I guess shell does the wildcard expansion for you, but this is not the case in Windows where neither cmd or powershell will do that for you.

Therefore, on Windows I cannot write:

> rflint -A my_args.robot tests/prefix_*.robot

Tattoo avatar Mar 16 '18 12:03 Tattoo