Closed gudmdharalds closed 1 year ago
No issues were found to report when scanning latest commit (commit-ID: dc05b4d1f07715652e8e22ea7ece141094ddfa47)
This bot provides automated PHP linting, PHPCS scanning and Vulnerability and Update Scan. 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:
Lint files with file extensions:
Directories not PHP linted:
SVG configurationSVG scanning enabled:
Scan added/modified files with file extensions:
Auto-approval configurationAuto-approvals enabled:
Non-functional changes auto-approved:
Files with file extensions to consider for non-functional change auto-approval:
Auto-approved file-types:
|
PHPCS configurationPHPCS scanning enabled:
PHPCS severity level:
Standard(s) used:
Runtime set:
Scan added/modified files with file extensions:
Custom sniffs included:
Custom sniffs excluded:
Directories not PHPCS scanned:
WPScan API configurationWPScan API scanning enabled:
WPScan API URL:
Directories scanned:
Directories not scanned:
Scan added/modified plugins based on headers present in files with file extensions:
Scan added/modified themes based on headers present in files with file extensions:
|
This patch introduces two types of safeguards to the
tools-init.sh
script:trap
will ensure lock file is removed nevertheless (except for certain errors).This should minimize any risk of leaving around lock files when there is a failure running the script. It is not perfect, but better than what we have now.
TODO:
Scan run detail
report as applicablePHPDoc
comments are up to date for functions added or altered