In my ci/cd pipeline i have a step which checks if .editorconfig definitions are met.
currently this runs as a docker command.
most other tools (phpunit, php-cs-fixer) are run as .phar, it would be great if editorconfig-checker.php is also available as phar.
In my ci/cd pipeline i have a step which checks if
.editorconfigdefinitions are met.currently this runs as a docker command.
most other tools (
phpunit,php-cs-fixer) are run as.phar, it would be great ifeditorconfig-checker.phpis also available as phar.