Skip to content

Conversation

@phil-davis
Copy link
Contributor

@phil-davis phil-davis commented Aug 28, 2018

For some reason the "old" way of doing exclude() in .php_cs.dist has stopped working.
In CI, php-cs-fixer is checking c3.php
https://travis-ci.org/owncloud/gallery/jobs/421365878
It should be ignoring it.

  1. I have updated the code in .php_cs.dist to match the way it is now done in other app repos.

  2. Then it fails on PHP 7.2 with outdated versions of dev dependencies, so composer update has been done.

  3. Then php-cs-fixer reports new code format issues that it now finds. So those have been applied.

And finally CI passes again.

@phil-davis
Copy link
Contributor Author

Note: only the PHP 7.2 CI jobs were failing. The "old" way seems to be working still on PHP 5.6 7.0. and 7.1

This was referenced Aug 28, 2018
@phil-davis
Copy link
Contributor Author

@patrickjahns I am just getting CI working again here - not attempting to cleanup the way the whole thing works, or to move it to drone. That is another big job.

@phil-davis phil-davis requested a review from PVince81 August 28, 2018 07:36
Copy link
Contributor

@patrickjahns patrickjahns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌞 - happy CI - happy QA-Team 🌞

@phil-davis phil-davis merged commit ce1f379 into master Aug 28, 2018
@phil-davis phil-davis deleted the php_cs-dist-format branch August 28, 2018 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants