-
Notifications
You must be signed in to change notification settings - Fork 101
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
chore(deps-dev): Bump automattic/vipwpcs from 2.3.4 to 3.0.0 #4844
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4844 +/- ##
=============================================
- Coverage 29.11% 29.10% -0.01%
Complexity 4705 4705
=============================================
Files 276 276
Lines 20751 20749 -2
=============================================
- Hits 6042 6040 -2
Misses 14709 14709
|
2765d47
to
935eb19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One potential blocker to review, the rest would be nice to have addressed at some point.
@@ -1,5 +1,7 @@ | |||
<?php | |||
|
|||
// phpcs:disable Universal.Files.SeparateFunctionsFromOO.Mixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the couple of requires and the single function be moved out of the file to maintain consistency with the expectation around classes-only being in a class-
file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely would be good to get around to removing the suppressions where it makes sense, but doesn't really have to be in this PR that updates the tooling to an important milestone. Can handle it separately in another PR.
@@ -1,5 +1,7 @@ | |||
<?php | |||
|
|||
// phpcs:disable Universal.Files.SeparateFunctionsFromOO.Mixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this file is copied in from elsewhere, but separating it into a class-only file and a functions file may be the better approach here IMO.
</rule> | ||
|
||
<rule ref="Universal.Files.SeparateFunctionsFromOO.Mixed"> | ||
<exclude-pattern>/tests/*</exclude-pattern> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How have we managed to get test classes and functions mixed in the same file? Could any fixtures be moved out to their own file?
tests/prometheus-collectors/test-class-potential-multi-dataset-queries-collector.php
Show resolved
Hide resolved
3cad86f
to
c45a73e
Compare
Bumps [automattic/vipwpcs](https://github.com/Automattic/VIP-Coding-Standards) from 2.3.4 to 3.0.0. - [Release notes](https://github.com/Automattic/VIP-Coding-Standards/releases) - [Changelog](https://github.com/Automattic/VIP-Coding-Standards/blob/develop/CHANGELOG.md) - [Commits](Automattic/VIP-Coding-Standards@2.3.4...3.0.0) --- updated-dependencies: - dependency-name: automattic/vipwpcs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
6685e3e
to
f32b951
Compare
* chore(deps-dev): Bump automattic/vipwpcs from 2.3.4 to 3.0.0 Bumps [automattic/vipwpcs](https://github.com/Automattic/VIP-Coding-Standards) from 2.3.4 to 3.0.0. - [Release notes](https://github.com/Automattic/VIP-Coding-Standards/releases) - [Changelog](https://github.com/Automattic/VIP-Coding-Standards/blob/develop/CHANGELOG.md) - [Commits](Automattic/VIP-Coding-Standards@2.3.4...3.0.0) --- updated-dependencies: - dependency-name: automattic/vipwpcs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * style: fix phpcs issues * fix: address code review comments * fix: new phpcs issues --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Volodymyr Kolesnykov <[email protected]>
Bumps automattic/vipwpcs from 2.3.4 to 3.0.0.
Release notes
Sourced from automattic/vipwpcs's releases.
Changelog
Sourced from automattic/vipwpcs's changelog.
Commits
1b8960e
Merge pull request #793 from Automattic/release/3.0.0fad2290
Merge pull request #792 from Automattic/release/3.0.0-changelog1080d56
3.0.0: Add changelog63e76ec
Merge pull request #790 from Automattic/fix/phpunit-schema3e6a27b
Merge pull request #791 from Automattic/fix/contributing-doc9146d1c
Docs: Update CONTRIBUTING.mdca302d8
Merge pull request #789 from Automattic/3.0/fix/666-branch-rename60988b1
PHPUnit: Use 7.5 schema2758288
Updates related to branch rename from master to main64aa799
Merge pull request #788 from Automattic/fix/541-mustache-sub-issue-gb-vs-curliesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)