Social: Create a social service connect button #56480
linting.yml
on: pull_request
detect changed files
8s
Copied files are in sync
6s
Changelogger use
21s
Changelogger validity
1m 5s
Project structure
1m 54s
PHP Code Sniffer (non-excluded files only)
1m 49s
PHP Compatibility
1m 11s
PHP Code Sniffer (changes to excluded files only)
0s
ESLint (non-excluded files only)
2m 1s
ESLint (changes to excluded files only)
0s
Lint GitHub Actions yaml files
0s
Check linter exclude lists
1m 59s
Lock files are up to date
2m 19s
Monorepo package version refs
1m 8s
Matrix: php_lint
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):
projects/js-packages/publicize-components/src/components/add-connection-modal/index.tsx#L99
JSX props should not use arrow functions
|
|
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)
|