reviewdog / action-shellcheck

Run shellcheck with reviewdog
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
102 stars 20 forks source link

sh file paths with spaces are not handled #41

Open folderol4 opened 2 years ago

folderol4 commented 2 years ago

Testing running this in a repo with the following path: /src/content/space space/super-bad.sh

Results in the following:

src/content/space: src/content/space: openBinaryFile: does not exist (No such file or directory)
space/super-bad.sh: space/super-bad.sh: openBinaryFile: does not exist (No such file or directory)

It appears spaces are not handled.

Action run log: https://github.com/folderol4/shellcheck-test/actions/runs/3236420628/jobs/5302204371