You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @tomtomsen, thanks for your issue. 👍
Could you explain what needs to be done to provide editorconfig-checker as a .phar?
I'm not so much into the PHP-world anymore, but still want to maintain this project.
to make it work, i had to change the Utilities::getBasePath() method to work with the sys_get_temp_dir (096ab9441eb191e66bcb6cf0bf21ac1ec665a8df)
otherwise the path would point into the phar itself.
i haven't tried it to sign it.
i haven't tried to automate it.
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 ifeditorconfig-checker.php
is also available as phar.The text was updated successfully, but these errors were encountered: