Skip to content

Linting 2

Linting 2 #13

Triggered via pull request February 14, 2024 16:50
Status Failure
Total duration 23s
Artifacts

coding-standards.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
PHP: includes/class-wporg-gp-translation-events-stats-calculator.php#L80
Use placeholders and $wpdb->prepare(); found $query
PHP
Process completed with exit code 1.
PHP
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHP: includes/class-wporg-gp-translation-events-stats-calculator.php#L80
Use of a direct database call is discouraged.
PHP: includes/class-wporg-gp-translation-events-stats-calculator.php#L80
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().