Skip to content

Commit

Permalink
Add phpcs:ignores for wpcom (#41308)
Browse files Browse the repository at this point in the history
Wpcom has a linting check that flags every use of the `switch_blog`
hook, apparently with the intention that any "valid" uses ignore the
sniff. So let's do that so as to not block any deploys that happen to
touch near these lines (as is currently happening).

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12953109988

Upstream-Ref: Automattic/jetpack@4daa973
  • Loading branch information
anomiex authored and matticbot committed Jan 24, 2025
1 parent 9c27a6d commit da48ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"automattic/jetpack-admin-ui": "^0.5.1",
"automattic/jetpack-assets": "^4.0.3",
"automattic/jetpack-boost-speed-score": "^0.4.1",
"automattic/jetpack-connection": "^6.3.0",
"automattic/jetpack-connection": "^6.3.1-alpha",
"automattic/jetpack-explat": "^0.2.4",
"automattic/jetpack-jitm": "^4.0.4",
"automattic/jetpack-licensing": "^3.0.3",
Expand Down

0 comments on commit da48ff4

Please sign in to comment.