swift-format-linter-action icon indicating copy to clipboard operation
swift-format-linter-action copied to clipboard

Unquoted paths prevent linting over paths with spaces

Open compnerd opened this issue 3 years ago • 0 comments

It seems that the command execution does not handle paths with spaces. An example run at https://github.com/compnerd/swift-win32/pull/537/checks?check_run_id=2594778733 demonstrates the issue. swift-format will treat the unquoted path as two separate paths which will fail.

compnerd avatar May 16 '21 17:05 compnerd