Closed gudmdharalds closed 2 years ago
No issues were found to report when scanning latest commit (commit-ID: 5d28c49c50dcfc36577a0660a678c46d8df30d30)
This bot provides automated PHP linting and PHPCS scanning. For more information about the bot and available customizations, see our documentation.
Software versions
Options file (
|
PHP lint optionsPHP lint files enabled:
Lint modified files only:
Directories not PHP linted:
SVG configurationSVG scanning enabled:
Auto-approval configurationAuto-approvals enabled:
Non-functional changes auto-approved:
Auto-approval DB enabled:
Auto-approved file-types:
|
PHPCS configurationPHPCS scanning enabled:
PHPCS severity level:
Standard(s) used:
Runtime set:
Custom sniffs included:
Custom sniffs excluded:
Directories not PHPCS scanned:
|
Verify that commit exists on GitHub and verify access to GitHub repository on start up using the
vipgoci_github_fetch_commit_info()
function. If the current access token does not grant access to the repository, it does not exist, or the commit does not exist, stop execution.Removes usage of the
vipgoci_github_fetch_commit_info()
function fromphpcs-scan.php
, as it is not needed.No further tests needed as the only additional function is a wrapper around a function already tested.
TODO:
vipgoci_github_fetch_commit_info()
.