Skip to content

Social: Create a social service connect button #56480

Social: Create a social service connect button

Social: Create a social service connect button #56480

Triggered via pull request May 8, 2024 22:15
Status Failure
Total duration 3m 3s
Artifacts

linting.yml

on: pull_request
detect changed files
8s
detect changed files
Copied files are in sync
6s
Copied files are in sync
Changelogger use
21s
Changelogger use
Changelogger validity
1m 5s
Changelogger validity
Project structure
1m 54s
Project structure
PHP Code Sniffer (non-excluded files only)
1m 49s
PHP Code Sniffer (non-excluded files only)
PHP Compatibility
1m 11s
PHP Compatibility
PHP Code Sniffer (changes to excluded files only)
0s
PHP Code Sniffer (changes to excluded files only)
ESLint (non-excluded files only)
2m 1s
ESLint (non-excluded files only)
ESLint (changes to excluded files only)
0s
ESLint (changes to excluded files only)
Lint GitHub Actions yaml files
0s
Lint GitHub Actions yaml files
Check linter exclude lists
1m 59s
Check linter exclude lists
Lock files are up to date
2m 19s
Lock files are up to date
Monorepo package version refs
1m 8s
Monorepo package version refs
Matrix: php_lint
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 2 warnings
Changelogger use
Project js-packages/publicize-components is being changed, but no change file in projects/js-packages/publicize-components/changelog/ is touched! Use `jetpack changelogger add js-packages/publicize-components` to add a change file. Guidelines: https://github.com/Automattic/jetpack/blob/trunk/docs/writing-a-good-changelog-entry.md
Changelogger use
Project packages/publicize is being changed, but no change file in projects/packages/publicize/changelog/ is touched! Use `jetpack changelogger add packages/publicize` to add a change file. Guidelines: https://github.com/Automattic/jetpack/blob/trunk/docs/writing-a-good-changelog-entry.md
Changelogger use
Project plugins/social is being changed, but no change file in projects/plugins/social/changelog/ is touched! Use `jetpack changelogger add plugins/social` to add a change file. Guidelines: https://github.com/Automattic/jetpack/blob/trunk/docs/writing-a-good-changelog-entry.md
Changelogger use
Process completed with exit code 2.
PHP Code Sniffer (non-excluded files only): projects/packages/publicize/src/jetpack-social-settings/class-settings.php#L219
Short array syntax is not allowed (Universal.Arrays.DisallowShortArraySyntax.Found)
PHP Code Sniffer (non-excluded files only): projects/packages/publicize/src/jetpack-social-settings/class-settings.php#L224
Short array syntax is not allowed (Universal.Arrays.DisallowShortArraySyntax.Found)
PHP Code Sniffer (non-excluded files only): projects/packages/publicize/src/jetpack-social-settings/class-settings.php#L227
Short array syntax is not allowed (Universal.Arrays.DisallowShortArraySyntax.Found)
PHP Code Sniffer (non-excluded files only): projects/plugins/social/src/class-jetpack-social.php#L272
Missing doc comment for function get_services() (Squiz.Commenting.FunctionComment.Missing)
PHP Code Sniffer (non-excluded files only): projects/plugins/social/src/class-jetpack-social.php#L275
Short array syntax is not allowed (Universal.Arrays.DisallowShortArraySyntax.Found)
PHP Code Sniffer (non-excluded files only): projects/plugins/social/src/class-jetpack-social.php#L280
Short array syntax is not allowed (Universal.Arrays.DisallowShortArraySyntax.Found)
PHP Code Sniffer (non-excluded files only): projects/plugins/social/src/class-jetpack-social.php#L283
Short array syntax is not allowed (Universal.Arrays.DisallowShortArraySyntax.Found)
PHP Code Sniffer (non-excluded files only)
Process completed with exit code 2.
ESLint (non-excluded files only)
Process completed with exit code 1.
PHP Code Sniffer (non-excluded files only): projects/plugins/social/src/class-jetpack-social.php#L268
error_log() found. Debug code should not normally be used in production. (WordPress.PHP.DevelopmentFunctions.error_log_error_log)
PHP Code Sniffer (non-excluded files only): projects/plugins/social/src/class-jetpack-social.php#L268
print_r() found. Debug code should not normally be used in production. (WordPress.PHP.DevelopmentFunctions.error_log_print_r)