-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable10] owncloud coding standard #31828
Conversation
f48522c
to
89e5865
Compare
Note: For now, this is just a place to keep a handy list of all the commits that make up implementing the code-style checks. The last commit(s) that actually apply the changes to the code can easily be dropped and then re-made by running the checker to make the fixes. That is often easier (and more reliable) than manually resolving loads of "rubbish" conflicts that happen here. |
Codecov Report
@@ Coverage Diff @@
## stable10 #31828 +/- ##
==============================================
- Coverage 62.45% 62.39% -0.06%
+ Complexity 18622 18612 -10
==============================================
Files 1213 1213
Lines 72902 72989 +87
Branches 1273 1273
==============================================
+ Hits 45530 45542 +12
- Misses 26992 27067 +75
Partials 380 380
Continue to review full report at Codecov.
|
This only makes sense after 10.0.9 |
@patrickjahns you had a comment back in the original incarnation of this backport: "There are some open tasks that need to be checked on stable10 - especially if Is there something special we should do to double-check that things are OK after these changes? |
89e5865
to
a0e010c
Compare
a0e010c
to
7be2361
Compare
…rules as defined in .php_cs
7be2361
to
7dfe0aa
Compare
Note: I will rebase or recreate this on Friday. Then it can be discussed, if it gets merged to stable10 now. |
See PR #32103 for the next cut at this. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Backport #31442
The first commits backport the various interim
php-cs-fixer
changes from PR #31198 #31236 #31250 #31271 #31273That was the easy way to make a list of cherry-picks that all fit nicely on top of each other. And its brings along the
Makefile
and drone changes etc that were already done before #31442The last commits use
php-cs-fixer
to make the automatic fixes needed for the code instable10