editorconfig-checker / editorconfig-checker.php

A tool to verify that your files are in harmony with your .editorconfig
https://editorconfig-checker.github.io/
MIT License
55 stars 14 forks source link

Not able to run with sh or ash when no bash is available (for example in on alpine docker images) #235

Open MyIgel opened 1 year ago

MyIgel commented 1 year ago

The editorconfig-checker script tries to be able to run on non-bash-shells (like ash or plain sh) but the ec command still needs a bash because it is called as a command.

blueblakk commented 1 year ago

Facing the exact same issue as well.

janedbal commented 1 year ago

Can you send PR with the fix?