editorconfig-checker / editorconfig-checker

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

Unable to get version when using go installer #220

Open nvuillam opened 1 year ago

nvuillam commented 1 year ago

When installing editorconfig-checker using go install , either on alpine linux or windows, it is then unable to get the version

Doc says go install github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker@latest

Then running editorconfig-checker --version does not output anything in stdout or stderr

I'm trying to upgrade editorconfig-checker within MegaLinter, that natively embeds editorconfig-checker and it's a blocking problem :(

bdovaz commented 1 year ago

@mstruebing any news on this?