[stable10] owncloud coding standard#31453
Conversation
90e3d93 to
fd5cdec
Compare
Codecov Report
@@ Coverage Diff @@
## stable10 #31453 +/- ##
==============================================
- Coverage 62.13% 62.07% -0.06%
+ Complexity 18241 18227 -14
==============================================
Files 1195 1195
Lines 71743 71827 +84
Branches 1248 1248
==============================================
+ Hits 44574 44586 +12
- Misses 26799 26871 +72
Partials 370 370
Continue to review full report at Codecov.
|
fd5cdec to
65d154f
Compare
patrickjahns
left a comment
There was a problem hiding this comment.
Please wait until we have a final agreement when to do the backport
606693f to
35bfd29
Compare
|
@patrickjahns @DeepDiver1975 now that the coding standard has been merged to Lately when doing backports I have been having to process "mindless" conflicts due to the previously-applied coding standards in |
master PR has been merged, this backport is ready for review now
|
There are some open tasks that need to be checked on stable10 - especially if |
02f6886 to
95b4b19
Compare
95b4b19 to
9af83a0
Compare
…rules as defined in .php_cs
9af83a0 to
0170270
Compare
|
PR #31657 has a newer/cleaner set of commits for 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 #31273
That 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
Makefileand drone changes etc that were already done before #31442The last commit uses
php-cs-fixerto make the automatic fixes needed for the code instable10