@maknz cause of the fallen keyword "code-style" in PR #44 why not using StyleCI? https://styleci.io/
It's free for open source and also used by laravel core - a simple config could look like:
preset: laravel
risky: false
linting: true
And you can enable auto PR & auto merge & disable CI - this will fix all CS issues in PRs on the fly and no one has to care about CodeStyle.
@maknz cause of the fallen keyword "code-style" in PR #44 why not using StyleCI? https://styleci.io/
It's free for open source and also used by laravel core - a simple config could look like:
And you can enable auto PR & auto merge & disable CI - this will fix all CS issues in PRs on the fly and no one has to care about CodeStyle.