Stefano Rutishauser

Results 7 comments of Stefano Rutishauser

Ciao Simon, I will do that :) Thank you in advance for creating this plugin. regards Stefano

Dear @palansher Did you solve this problem? I can confirm, that the CLI and the extension use the same config File which is placed in my project root folder and...

Well I think I possibly found the issue. If I'm using the friends-of-php/cs-fixer v 2.x (due some project restrictions to PHP 7.4) everything worked and after using the VSCode Extension...

Just to clear up any ambiguities. The problem could be that a different php-cs-fixer version is used in the extension than the one installed in the /vendor/ folder. The extension...

@wcostaprijo You mean something like that? https://adidas.gitbook.io/api-guidelines (see for others: https://apistylebook.com/design/guidelines/) Well I would rather use Gitbook for that and use Scribe to generate the technical documentation :)

Looks like the `rsync-option: ... --delete-after` is doing that. That will delete every file, which is not part of the Repository like the `.env` file. I'm not sure how rsync...

Yes, exactly. See an example below which works for us. `jobs: web-deploy: name: 🎉 Deploy website runs-on: ubuntu-latest # to change if: github.ref == 'refs/heads/main' steps: - name: 🚚 Get...