You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
We need to facilitate only reporting PHP_CodeSniffer issues for lines that are part of changes in the pull request (on Travis) or as part of the current commit (Travis or pre-commit hook).
We need to facilitate only reporting PHP_CodeSniffer issues for lines that are part of changes in the pull request (on Travis) or as part of the current commit (Travis or
pre-commit
hook).This depends on xwp/PHP_CodeSniffer#5
When running on Travis, we need to look at the
TRAVIS_COMMIT_RANGE
environment variable. Forpre-commit
, we obviously just look at the stage.The work here is needed for integrating PHP_CodeSniffer into the WordPress Core build tools (#30153).
The text was updated successfully, but these errors were encountered: