Last sweep

83,195 findings

Repositories scanned
89 of 125
With at least one finding
81
Rules with a violation
121 of 302
At error severity
53,937 65%

The other 181 checks in the ruleset found nothing to report.

36 repositories are Cloudflare Workers with no PHP, so no standard applies to them yet. They are excluded, not failing.

Where the findings sit

Findings by rule, ranked by volume. The rank matches the # column in the Rules table.

1 to 3 46,967 56%
4 to 10 23,232 28%
11 to 20 5,738 7%
21 to 121 7,258 9%
How it gets fixed: phpcbf rewrites it 53,027 64%

The other 30,168 (36%) need a code change.

Where the rule comes from: a Newfold standard 22,698 27%

The other 73% come from the WordPress Coding Standards ruleset.

Nothing phpcbf can fix is covered by a Newfold standard. The two groups have no findings in common.

Adoption

Of the 89 repositories a PHP standard applies to

on 2.0.0 0
behind 76
not installed 13

7,041 findings in 56 repositories come from rules added in 2.0.0. The scan runs 2.0.0; those repositories are pinned below it, so a local lint will not report these until the package is upgraded. Upgrading is what makes the rest of this board reproducible.

The other 36 are Cloudflare Workers with no PHP standard yet, so there is nothing for them to install. 76 + 13 + 36 = 125.

code owner 7
AI context 45

Across all 125 repositories.

121 of 121 rules

Rules

Sort by
#RuleFixing itRepos affectedFindingsComes from
1 Generic.WhiteSpace.DisallowSpaceIndentautomatic 25 18,257 WordPress default
Every repository this fires in 25 total
wp-plugin-blu-store 9,274 9274 / 0
wp-plugin-wishlist 3,468 3468 / 0
wp-plugin-payments-shipping 1,932 1932 / 0
wp-plugin-product-add-ons 736 736 / 0
wp-plugin-memberships 702 702 / 0
wp-plugin-store-locator 475 475 / 0
wp-module-facebook 427 427 / 0
wp-plugin-pdf-invoices 290 290 / 0
wp-plugin-one-click-checkout 225 225 / 0
wp-plugin-ai-chat-poc 222 222 / 0
wp-plugin-advanced-reviews 198 198 / 0
wp-plugin-request-quote 141 141 / 0
wp-plugin-points-rewards 61 61 / 0
wp-plugin-easy-login 38 38 / 0
wp-plugin-subscriptions 24 24 / 0
wp-plugin-affiliates 10 10 / 0
wp-plugin-gift-cards 10 10 / 0
wp-module-notifications 7 7 / 0
wp-plugin-sales-promotions 5 5 / 0
wp-module-runtime 4 4 / 0
wp-plugin-ai-store 3 3 / 0
wp-module-ecommerce 2 2 / 0
wp-module-ai-images 1 1 / 0
wp-plugin-catalog-mode 1 1 / 0
wp-plugin-creativ-email 1 1 / 0

errors / warnings

Rule detail
Errors
18,257
Warnings
0
Auto-fixable
18,257
Share of all findings
21.9%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

2 WordPress.NamingConventions.PrefixAllGlobalsby hand 58 14,719 Newfold standard
Every repository this fires in 58 total
wp-plugin-request-quote 1,725 0 / 1725
wp-plugin-subscriptions 913 0 / 913
wp-module-framework 912 0 / 912
wp-plugin-pdf-invoices 904 0 / 904
wp-plugin-affiliates 881 0 / 881
wp-plugin-search-filter 849 0 / 849
wp-plugin-points-rewards 835 0 / 835
wp-plugin-product-add-ons 822 0 / 822
wp-plugin-payments-shipping 821 0 / 821
wp-plugin-gift-cards 795 0 / 795
wp-plugin-wishlist 782 0 / 782
wp-plugin-store-locator 612 0 / 612
wp-plugin-memberships 608 0 / 608
wp-plugin-advanced-reviews 543 0 / 543
wp-plugin-email-templates 357 0 / 357
wp-plugin-catalog-mode 344 0 / 344
wp-plugin-sms-notifications 227 0 / 227
wp-plugin-creativ-email 214 0 / 214
wp-plugin-sales-promotions 212 0 / 212
wp-plugin-customize-my-account-page 210 0 / 210
wp-plugin-product-comparison 183 0 / 183
wp-plugin-ai-store 109 0 / 109
wp-plugin-one-click-checkout 101 0 / 101
wp-plugin-ecomdash 74 0 / 74
wp-plugin-easy-login 72 0 / 72
wp-plugin-blu-store 68 0 / 68
wp-plugin-bluehost 67 0 / 67
wp-module-mcp 60 0 / 60
wp-plugin-hostgator 46 0 / 46
wp-plugin-crazy-domains 45 0 / 45
wp-plugin-web 44 0 / 44
wp-plugin-bigrock 43 0 / 43
wp-plugin-webhostbox 43 0 / 43
wp-plugin-vodien 42 0 / 42
wp-plugin-mojo 35 0 / 35
wp-plugin-blueprint 28 0 / 28
wp-module-staging 19 0 / 19
wp-module-data 10 0 / 10
wp-module-performance 8 0 / 8
wp-theme-bluehost-blueprint 7 0 / 7
wp-module-coming-soon 6 0 / 6
wp-module-maestro 6 0 / 6
wp-module-sso 5 0 / 5
wp-module-ecommerce 4 0 / 4
wp-module-secure-passwords 4 0 / 4
wp-plugin-ai-chat-poc 4 0 / 4
wp-module-insights 3 0 / 3
wp-module-onboarding-data 3 0 / 3
wp-module-ai-page-designer 2 0 / 2
wp-module-migration 2 0 / 2
wp-module-next-steps 2 0 / 2
wp-plugin-blueprint-exporter 2 0 / 2
wp-module-facebook 1 0 / 1
wp-module-help-center 1 0 / 1
wp-module-installer 1 0 / 1
wp-module-onboarding 1 0 / 1
wp-module-template-drawer 1 0 / 1
wp-plugin-hiive-config 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
14,719
Auto-fixable
0
Share of all findings
17.7%

Cited by general-naming-global-namespaces-prefixing, so the reasoning behind it is documented and reviewable.

3 Universal.Arrays.DisallowShortArraySyntaxautomatic 38 13,991 WordPress default
Every repository this fires in 38 total
wp-plugin-advanced-reviews 1,921 1921 / 0
wp-plugin-blu-store 1,772 1772 / 0
wp-plugin-points-rewards 1,769 1769 / 0
wp-plugin-gift-cards 1,157 1157 / 0
wp-plugin-wishlist 1,092 1092 / 0
wp-plugin-sms-notifications 684 684 / 0
wp-plugin-request-quote 621 621 / 0
wp-plugin-pdf-invoices 570 570 / 0
wp-plugin-store-locator 554 554 / 0
wp-plugin-customize-my-account-page 518 518 / 0
wp-plugin-payments-shipping 472 472 / 0
wp-plugin-subscriptions 456 456 / 0
wp-plugin-search-filter 416 416 / 0
wp-plugin-sales-promotions 298 298 / 0
wp-plugin-catalog-mode 267 267 / 0
wp-module-framework 244 244 / 0
wp-plugin-memberships 220 220 / 0
wp-plugin-easy-login 208 208 / 0
wp-plugin-product-add-ons 191 191 / 0
wp-plugin-affiliates 167 167 / 0
wp-plugin-product-comparison 96 96 / 0
wp-plugin-web 86 86 / 0
wp-plugin-one-click-checkout 74 74 / 0
wp-plugin-email-templates 40 40 / 0
wp-module-ai-images 37 37 / 0
wp-module-notifications 22 22 / 0
wp-plugin-ai-chat-poc 13 13 / 0
wp-module-install-checker 6 6 / 0
wp-module-loader 4 4 / 0
wp-module-sso 4 4 / 0
wp-plugin-blueprint-exporter 4 4 / 0
wp-plugin-workflows-testing 2 2 / 0
wp-module-facebook 1 1 / 0
wp-module-maestro 1 1 / 0
wp-module-secure-passwords 1 1 / 0
wp-module-tasks 1 1 / 0
wp-plugin-ai-store 1 1 / 0
wp-plugin-blueprint 1 1 / 0

errors / warnings

Rule detail
Errors
13,991
Warnings
0
Auto-fixable
13,991
Share of all findings
16.8%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

4 PEAR.Functions.FunctionCallSignatureautomatic 36 7,301 WordPress default
Every repository this fires in 36 total
wp-plugin-creativ-email 3,547 3547 / 0
wp-plugin-blu-store 1,218 1218 / 0
wp-plugin-store-locator 322 322 / 0
wp-plugin-affiliates 247 247 / 0
wp-plugin-payments-shipping 233 233 / 0
wp-plugin-wishlist 219 219 / 0
wp-plugin-ecomdash 215 215 / 0
wp-plugin-advanced-reviews 199 199 / 0
wp-plugin-points-rewards 140 140 / 0
wp-plugin-product-add-ons 139 139 / 0
wp-module-facebook 118 118 / 0
wp-plugin-ai-chat-poc 112 112 / 0
wp-plugin-request-quote 96 96 / 0
wp-plugin-memberships 91 91 / 0
wp-plugin-pdf-invoices 70 70 / 0
wp-plugin-subscriptions 63 63 / 0
wp-plugin-gift-cards 58 58 / 0
wp-module-data 47 47 / 0
wp-module-ecommerce 31 31 / 0
wp-plugin-one-click-checkout 27 27 / 0
wp-plugin-ai-store 22 22 / 0
wp-plugin-easy-login 14 14 / 0
wp-plugin-search-filter 13 13 / 0
wp-module-ai-images 11 11 / 0
wp-module-notifications 9 9 / 0
wp-module-install-checker 6 6 / 0
wp-module-mcp 6 6 / 0
wp-plugin-blueprint-exporter 6 6 / 0
wp-plugin-customize-my-account-page 5 5 / 0
wp-plugin-sales-promotions 5 5 / 0
wp-module-coming-soon 3 3 / 0
wp-module-framework 3 3 / 0
wp-plugin-catalog-mode 3 3 / 0
wp-module-runtime 1 1 / 0
wp-module-template-drawer 1 1 / 0
wp-plugin-blueprint 1 1 / 0

errors / warnings

Rule detail
Errors
7,301
Warnings
0
Auto-fixable
7,301
Share of all findings
8.8%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

5 Newfold.NamingConventions.ValidHookNameneeds 2.0.0by hand 64 5,594 Newfold standard
Every repository this fires in 64 total
wp-plugin-request-quote 683 0 / 683
wp-plugin-affiliates 581 0 / 581
wp-plugin-wishlist 534 0 / 534
wp-plugin-gift-cards 435 0 / 435
wp-plugin-pdf-invoices 434 0 / 434
wp-plugin-subscriptions 424 0 / 424
wp-plugin-search-filter 317 0 / 317
wp-plugin-points-rewards 290 0 / 290
wp-plugin-product-add-ons 208 0 / 208
wp-plugin-payments-shipping 204 0 / 204
wp-plugin-memberships 178 0 / 178
wp-plugin-advanced-reviews 163 0 / 163
wp-plugin-catalog-mode 140 0 / 140
wp-plugin-store-locator 131 0 / 131
wp-plugin-customize-my-account-page 100 0 / 100
wp-module-onboarding 93 0 / 93
wp-module-onboarding-data 85 0 / 85
wp-plugin-product-comparison 79 0 / 79
wp-plugin-email-templates 70 0 / 70
wp-plugin-sales-promotions 54 0 / 54
wp-plugin-easy-login 48 0 / 48
wp-plugin-sms-notifications 41 0 / 41
wp-module-framework 40 0 / 40
wp-plugin-one-click-checkout 37 0 / 37
wp-plugin-creativ-email 33 0 / 33
wp-module-ai-assistant 23 0 / 23
wp-module-performance 18 0 / 18
wp-module-mcp 9 0 / 9
wp-plugin-crazy-domains 9 0 / 9
wp-plugin-hostgator 9 0 / 9
wp-plugin-mojo 9 0 / 9
wp-module-data 8 0 / 8
wp-module-sso 8 0 / 8
wp-plugin-bigrock 8 0 / 8
wp-plugin-vodien 8 0 / 8
wp-plugin-web 8 0 / 8
wp-module-ai-images 7 0 / 7
wp-module-help-center 7 0 / 7
wp-plugin-webhostbox 7 0 / 7
wp-plugin-ai-store 6 0 / 6
wp-module-maestro 4 0 / 4
wp-module-migration 4 0 / 4
wp-plugin-blu-store 4 0 / 4
wp-plugin-bluehost 4 0 / 4
wp-module-adam 3 0 / 3
wp-module-ai-page-designer 3 0 / 3
wp-module-coming-soon 3 0 / 3
wp-plugin-ecomdash 3 0 / 3
wp-module-10web 2 0 / 2
wp-module-next-steps 2 0 / 2
wp-module-runtime 2 0 / 2
wp-module-staging 2 0 / 2
wp-module-ai 1 0 / 1
wp-module-context 1 0 / 1
wp-module-ecommerce 1 0 / 1
wp-module-htaccess 1 0 / 1
wp-module-insights 1 0 / 1
wp-module-installer 1 0 / 1
wp-module-link-tracker 1 0 / 1
wp-module-loader 1 0 / 1
wp-module-marketplace 1 0 / 1
wp-module-patterns 1 0 / 1
wp-module-solutions 1 0 / 1
wp-plugin-hiive-config 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
5,594
Auto-fixable
0
Share of all findings
6.7%

Introduced in 2.0.0. Every repository below is pinned under that, so running the linter locally today will not report any of these 5,594 findings. Upgrading newfold-labs/wp-php-standards to 2.0.0 is what makes them visible where they can be fixed.

Cited by wp-hooks-naming-hook-name-format, so the reasoning behind it is documented and reviewable.

6 WordPress.Arrays.MultipleStatementAlignmentautomatic 40 3,714 WordPress default
Every repository this fires in 40 total
wp-plugin-blu-store 531 0 / 531
wp-plugin-store-locator 382 0 / 382
wp-plugin-product-add-ons 361 0 / 361
wp-plugin-points-rewards 305 0 / 305
wp-plugin-payments-shipping 283 0 / 283
wp-plugin-sms-notifications 281 0 / 281
wp-plugin-request-quote 264 0 / 264
wp-plugin-wishlist 189 0 / 189
wp-plugin-gift-cards 175 0 / 175
wp-plugin-memberships 139 0 / 139
wp-plugin-advanced-reviews 138 0 / 138
wp-plugin-subscriptions 107 0 / 107
wp-plugin-pdf-invoices 98 0 / 98
wp-plugin-affiliates 68 0 / 68
wp-module-mcp 66 0 / 66
wp-module-ai-assistant 46 0 / 46
wp-plugin-product-comparison 40 0 / 40
wp-plugin-one-click-checkout 29 0 / 29
wp-module-facebook 27 0 / 27
wp-module-ecommerce 25 0 / 25
wp-plugin-customize-my-account-page 23 0 / 23
wp-module-patterns 20 0 / 20
wp-plugin-search-filter 17 0 / 17
wp-plugin-ai-store 15 0 / 15
wp-module-ai-page-designer 14 0 / 14
wp-plugin-easy-login 14 0 / 14
wp-plugin-catalog-mode 11 0 / 11
wp-module-ai-images 9 0 / 9
wp-module-framework 9 0 / 9
wp-module-notifications 8 0 / 8
wp-plugin-email-templates 5 0 / 5
wp-module-onboarding 3 0 / 3
wp-plugin-sales-promotions 3 0 / 3
wp-module-data 2 0 / 2
wp-plugin-ecomdash 2 0 / 2
wp-module-migration 1 0 / 1
wp-module-onboarding-data 1 0 / 1
wp-plugin-ai-chat-poc 1 0 / 1
wp-plugin-crazy-domains 1 0 / 1
wp-plugin-workflows-testing 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
3,714
Auto-fixable
3,714
Share of all findings
4.5%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

7 Squiz.Commenting.FunctionComment25% automatic 37 2,446 WordPress default
Every repository this fires in 37 total
wp-plugin-blu-store 525 525 / 0
wp-plugin-memberships 275 275 / 0
wp-plugin-ecomdash 258 258 / 0
wp-plugin-wishlist 219 219 / 0
wp-plugin-creativ-email 202 202 / 0
wp-plugin-product-add-ons 191 191 / 0
wp-plugin-payments-shipping 169 169 / 0
wp-plugin-request-quote 78 78 / 0
wp-plugin-affiliates 74 74 / 0
wp-plugin-gift-cards 68 68 / 0
wp-plugin-store-locator 52 52 / 0
wp-plugin-advanced-reviews 39 39 / 0
wp-module-facebook 34 34 / 0
wp-plugin-customize-my-account-page 34 34 / 0
wp-plugin-pdf-invoices 34 34 / 0
wp-module-sso 31 31 / 0
wp-plugin-subscriptions 27 27 / 0
wp-module-ai-assistant 16 16 / 0
wp-module-data 12 12 / 0
wp-plugin-one-click-checkout 12 12 / 0
wp-module-ai-images 11 11 / 0
wp-module-ecommerce 10 10 / 0
wp-module-onboarding 10 10 / 0
wp-module-onboarding-data 10 10 / 0
wp-module-framework 8 8 / 0
wp-plugin-ai-chat-poc 7 7 / 0
wp-plugin-product-comparison 7 7 / 0
wp-module-loader 6 6 / 0
wp-plugin-blueprint-exporter 6 6 / 0
wp-module-deactivation 4 4 / 0
wp-plugin-ai-store 4 4 / 0
wp-plugin-sales-promotions 4 4 / 0
wp-module-coming-soon 3 3 / 0
wp-module-runtime 2 2 / 0
wp-plugin-points-rewards 2 2 / 0
wp-module-notifications 1 1 / 0
wp-plugin-blueprint 1 1 / 0

errors / warnings

Rule detail
Errors
2,446
Warnings
0
Auto-fixable
600
Share of all findings
2.9%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

8 Newfold.PHP.NamespaceDeclarationneeds 2.0.0by hand 39 1,659 Newfold standard
Every repository this fires in 39 total
wp-plugin-payments-shipping 165 0 / 165
wp-plugin-affiliates 150 0 / 150
wp-plugin-subscriptions 123 0 / 123
wp-plugin-search-filter 117 0 / 117
wp-plugin-creativ-email 76 0 / 76
wp-plugin-request-quote 68 0 / 68
wp-plugin-pdf-invoices 67 0 / 67
wp-plugin-memberships 66 0 / 66
wp-plugin-sms-notifications 66 0 / 66
wp-plugin-advanced-reviews 65 0 / 65
wp-plugin-gift-cards 58 0 / 58
wp-plugin-points-rewards 58 0 / 58
wp-plugin-wishlist 46 0 / 46
wp-plugin-sales-promotions 44 0 / 44
wp-plugin-ecomdash 43 0 / 43
wp-plugin-customize-my-account-page 39 0 / 39
wp-module-framework 30 0 / 30
wp-plugin-product-add-ons 30 0 / 30
wp-plugin-store-locator 30 0 / 30
wp-plugin-product-comparison 29 0 / 29
wp-plugin-bluehost 28 0 / 28
wp-module-mcp 25 0 / 25
wp-plugin-catalog-mode 23 0 / 23
wp-plugin-hostgator 22 0 / 22
wp-plugin-crazy-domains 21 0 / 21
wp-plugin-one-click-checkout 20 0 / 20
wp-plugin-web 19 0 / 19
wp-plugin-bigrock 18 0 / 18
wp-plugin-mojo 18 0 / 18
wp-plugin-vodien 18 0 / 18
wp-plugin-webhostbox 18 0 / 18
wp-plugin-email-templates 16 0 / 16
wp-plugin-blueprint 15 0 / 15
wp-plugin-easy-login 10 0 / 10
wp-module-loader 5 0 / 5
wp-plugin-ai-chat-poc 4 0 / 4
wp-module-context 3 0 / 3
wp-module-secure-passwords 3 0 / 3
wp-theme-bluehost-blueprint 3 0 / 3

errors / warnings

Rule detail
Errors
0
Warnings
1,659
Auto-fixable
0
Share of all findings
2.0%

Introduced in 2.0.0. Every repository below is pinned under that, so running the linter locally today will not report any of these 1,659 findings. Upgrading newfold-labs/wp-php-standards to 2.0.0 is what makes them visible where they can be fixed.

Cited by wp-php-namespace-format, so the reasoning behind it is documented and reviewable.

9 WordPress.NamingConventions.ValidVariableNameby hand 44 1,410 WordPress default
Every repository this fires in 44 total
wp-plugin-creativ-email 984 984 / 0
wp-plugin-bluehost 38 38 / 0
wp-module-performance 36 36 / 0
wp-plugin-hostgator 31 31 / 0
wp-plugin-web 31 31 / 0
wp-plugin-crazy-domains 30 30 / 0
wp-module-facebook 27 27 / 0
wp-plugin-bigrock 26 26 / 0
wp-plugin-vodien 26 26 / 0
wp-plugin-webhostbox 26 26 / 0
wp-plugin-product-add-ons 14 14 / 0
wp-plugin-search-filter 14 14 / 0
wp-module-ecommerce 12 12 / 0
wp-module-help-center 10 10 / 0
wp-module-staging 10 10 / 0
wp-module-install-checker 8 8 / 0
wp-plugin-pdf-invoices 7 7 / 0
wp-module-coming-soon 6 6 / 0
wp-plugin-ai-chat-poc 6 6 / 0
wp-plugin-blu-store 6 6 / 0
wp-plugin-store-locator 6 6 / 0
wp-module-data 5 5 / 0
wp-module-marketplace 5 5 / 0
wp-module-sso 5 5 / 0
wp-module-features 4 4 / 0
wp-module-global-ctb 4 4 / 0
wp-module-loader 4 4 / 0
wp-plugin-sales-promotions 4 4 / 0
wp-module-template-drawer 3 3 / 0
wp-plugin-request-quote 3 3 / 0
wp-module-ai 2 2 / 0
wp-module-notifications 2 2 / 0
wp-plugin-ai-store 2 2 / 0
wp-plugin-blueprint 2 2 / 0
wp-plugin-memberships 2 2 / 0
wp-plugin-affiliates 1 1 / 0
wp-plugin-catalog-mode 1 1 / 0
wp-plugin-easy-login 1 1 / 0
wp-plugin-gift-cards 1 1 / 0
wp-plugin-one-click-checkout 1 1 / 0
wp-plugin-product-comparison 1 1 / 0
wp-plugin-sms-notifications 1 1 / 0
wp-plugin-subscriptions 1 1 / 0
wp-plugin-wishlist 1 1 / 0

errors / warnings

Rule detail
Errors
1,410
Warnings
0
Auto-fixable
0
Share of all findings
1.7%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

10 Generic.Formatting.MultipleStatementAlignmentautomatic 37 1,108 WordPress default
Every repository this fires in 37 total
wp-plugin-blu-store 347 0 / 347
wp-plugin-product-add-ons 111 0 / 111
wp-plugin-payments-shipping 93 0 / 93
wp-plugin-store-locator 78 0 / 78
wp-plugin-points-rewards 69 0 / 69
wp-plugin-pdf-invoices 67 0 / 67
wp-plugin-wishlist 49 0 / 49
wp-plugin-memberships 44 0 / 44
wp-plugin-gift-cards 40 0 / 40
wp-module-ai-assistant 38 0 / 38
wp-module-facebook 27 0 / 27
wp-plugin-request-quote 24 0 / 24
wp-module-ecommerce 17 0 / 17
wp-plugin-ai-store 13 0 / 13
wp-plugin-subscriptions 12 0 / 12
wp-plugin-customize-my-account-page 10 0 / 10
wp-plugin-advanced-reviews 7 0 / 7
wp-module-data 6 0 / 6
wp-plugin-affiliates 6 0 / 6
wp-plugin-ecomdash 6 0 / 6
wp-plugin-sales-promotions 6 0 / 6
wp-plugin-product-comparison 5 0 / 5
wp-module-onboarding 4 0 / 4
wp-plugin-bluehost 4 0 / 4
wp-module-ai-page-designer 3 0 / 3
wp-module-onboarding-data 3 0 / 3
wp-plugin-hostgator 3 0 / 3
wp-plugin-search-filter 3 0 / 3
wp-plugin-sms-notifications 3 0 / 3
wp-module-next-steps 2 0 / 2
wp-module-performance 2 0 / 2
wp-module-patterns 1 0 / 1
wp-module-solutions 1 0 / 1
wp-plugin-ai-chat-poc 1 0 / 1
wp-plugin-blueprint 1 0 / 1
wp-plugin-blueprint-exporter 1 0 / 1
wp-plugin-one-click-checkout 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
1,108
Auto-fixable
1,108
Share of all findings
1.3%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

11 Generic.WhiteSpace.ScopeIndentautomatic 17 860 WordPress default
Every repository this fires in 17 total
wp-plugin-product-add-ons 245 245 / 0
wp-plugin-subscriptions 217 217 / 0
wp-plugin-payments-shipping 211 211 / 0
wp-module-facebook 59 59 / 0
wp-plugin-store-locator 36 36 / 0
wp-plugin-memberships 33 33 / 0
wp-plugin-wishlist 23 23 / 0
wp-plugin-request-quote 10 10 / 0
wp-plugin-pdf-invoices 9 9 / 0
wp-plugin-gift-cards 5 5 / 0
wp-plugin-product-comparison 3 3 / 0
wp-module-ecommerce 2 2 / 0
wp-plugin-affiliates 2 2 / 0
wp-plugin-ecomdash 2 2 / 0
wp-module-runtime 1 1 / 0
wp-plugin-advanced-reviews 1 1 / 0
wp-plugin-blu-store 1 1 / 0

errors / warnings

Rule detail
Errors
860
Warnings
0
Auto-fixable
860
Share of all findings
1.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

12 WordPress.Arrays.ArrayDeclarationSpacingautomatic 14 653 WordPress default
Every repository this fires in 14 total
wp-plugin-blu-store 538 538 / 0
wp-plugin-affiliates 35 35 / 0
wp-plugin-pdf-invoices 25 25 / 0
wp-plugin-memberships 15 15 / 0
wp-plugin-product-add-ons 9 9 / 0
wp-plugin-wishlist 7 7 / 0
wp-plugin-request-quote 6 6 / 0
wp-plugin-advanced-reviews 5 5 / 0
wp-plugin-payments-shipping 5 5 / 0
wp-plugin-ai-store 2 2 / 0
wp-plugin-gift-cards 2 2 / 0
wp-plugin-store-locator 2 2 / 0
wp-module-framework 1 1 / 0
wp-plugin-points-rewards 1 1 / 0

errors / warnings

Rule detail
Errors
653
Warnings
0
Auto-fixable
653
Share of all findings
0.8%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

13 NormalizedArrays.Arrays.CommaAfterLastautomatic 29 592 WordPress default
Every repository this fires in 29 total
wp-plugin-points-rewards 112 112 / 0
wp-plugin-payments-shipping 107 107 / 0
wp-plugin-store-locator 59 59 / 0
wp-plugin-wishlist 59 59 / 0
wp-plugin-subscriptions 40 40 / 0
wp-plugin-blu-store 27 27 / 0
wp-plugin-advanced-reviews 24 24 / 0
wp-plugin-pdf-invoices 24 24 / 0
wp-plugin-product-add-ons 18 18 / 0
wp-plugin-affiliates 17 17 / 0
wp-plugin-request-quote 14 14 / 0
wp-module-ecommerce 13 13 / 0
wp-module-facebook 12 12 / 0
wp-module-notifications 11 11 / 0
wp-plugin-customize-my-account-page 9 9 / 0
wp-module-ai-images 7 7 / 0
wp-plugin-memberships 6 6 / 0
wp-plugin-search-filter 6 6 / 0
wp-plugin-gift-cards 5 5 / 0
wp-plugin-catalog-mode 4 4 / 0
wp-plugin-easy-login 3 3 / 0
wp-plugin-one-click-checkout 3 3 / 0
wp-plugin-sales-promotions 3 3 / 0
wp-plugin-email-templates 2 2 / 0
wp-plugin-product-comparison 2 2 / 0
wp-plugin-workflows-testing 2 2 / 0
wp-module-install-checker 1 1 / 0
wp-plugin-ecomdash 1 1 / 0
wp-plugin-sms-notifications 1 1 / 0

errors / warnings

Rule detail
Errors
592
Warnings
0
Auto-fixable
592
Share of all findings
0.7%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

14 WordPress.Arrays.ArrayIndentation96% automatic 16 591 WordPress default
Every repository this fires in 16 total
wp-plugin-wishlist 194 194 / 0
wp-plugin-product-add-ons 149 149 / 0
wp-plugin-gift-cards 76 76 / 0
wp-plugin-payments-shipping 53 53 / 0
wp-plugin-store-locator 34 34 / 0
wp-plugin-blu-store 22 22 / 0
wp-plugin-memberships 21 21 / 0
wp-plugin-points-rewards 9 9 / 0
wp-plugin-advanced-reviews 6 6 / 0
wp-plugin-request-quote 6 6 / 0
wp-module-notifications 5 5 / 0
wp-plugin-one-click-checkout 5 5 / 0
wp-module-ai-images 4 4 / 0
wp-plugin-affiliates 3 3 / 0
wp-plugin-subscriptions 3 3 / 0
wp-plugin-search-filter 1 1 / 0

errors / warnings

Rule detail
Errors
591
Warnings
0
Auto-fixable
568
Share of all findings
0.7%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

15 WordPress.PHP.YodaConditionsby hand 21 553 WordPress default
Every repository this fires in 21 total
wp-plugin-ai-store 295 295 / 0
wp-plugin-blu-store 93 93 / 0
wp-plugin-memberships 62 62 / 0
wp-plugin-product-add-ons 22 22 / 0
wp-plugin-request-quote 22 22 / 0
wp-plugin-payments-shipping 15 15 / 0
wp-module-ecommerce 12 12 / 0
wp-plugin-store-locator 7 7 / 0
wp-plugin-gift-cards 5 5 / 0
wp-plugin-pdf-invoices 3 3 / 0
wp-module-template-drawer 2 2 / 0
wp-plugin-affiliates 2 2 / 0
wp-plugin-one-click-checkout 2 2 / 0
wp-plugin-product-comparison 2 2 / 0
wp-plugin-search-filter 2 2 / 0
wp-plugin-wishlist 2 2 / 0
wp-module-data 1 1 / 0
wp-module-install-checker 1 1 / 0
wp-module-notifications 1 1 / 0
wp-plugin-ai-chat-poc 1 1 / 0
wp-plugin-subscriptions 1 1 / 0

errors / warnings

Rule detail
Errors
553
Warnings
0
Auto-fixable
0
Share of all findings
0.7%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

16 Universal.WhiteSpace.PrecisionAlignmentautomatic 18 503 WordPress default
Every repository this fires in 18 total
wp-plugin-payments-shipping 184 0 / 184
wp-plugin-product-add-ons 120 0 / 120
wp-plugin-pdf-invoices 49 0 / 49
wp-module-facebook 45 0 / 45
wp-plugin-sales-promotions 19 0 / 19
wp-plugin-memberships 16 0 / 16
wp-plugin-subscriptions 16 0 / 16
wp-plugin-ecomdash 10 0 / 10
wp-plugin-request-quote 10 0 / 10
wp-plugin-blu-store 9 0 / 9
wp-plugin-affiliates 5 0 / 5
wp-plugin-wishlist 5 0 / 5
wp-plugin-advanced-reviews 4 0 / 4
wp-plugin-points-rewards 4 0 / 4
wp-plugin-easy-login 3 0 / 3
wp-plugin-gift-cards 2 0 / 2
wp-module-ecommerce 1 0 / 1
wp-module-runtime 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
503
Auto-fixable
503
Share of all findings
0.6%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

17 WordPress.Security.NonceVerificationby hand 31 503 Newfold standard
Every repository this fires in 31 total
wp-plugin-memberships 123 33 / 90
wp-plugin-payments-shipping 69 19 / 50
wp-plugin-store-locator 65 22 / 43
wp-plugin-gift-cards 33 20 / 13
wp-plugin-product-add-ons 29 22 / 7
wp-plugin-request-quote 27 8 / 19
wp-plugin-pdf-invoices 18 2 / 16
wp-module-next-steps 16 0 / 16
wp-plugin-blu-store 16 12 / 4
wp-module-onboarding 14 0 / 14
wp-module-secure-passwords 10 0 / 10
wp-plugin-wishlist 10 0 / 10
wp-plugin-affiliates 9 0 / 9
wp-plugin-catalog-mode 9 0 / 9
wp-plugin-creativ-email 9 6 / 3
wp-module-ecommerce 6 0 / 6
wp-plugin-sales-promotions 6 0 / 6
wp-module-data 4 0 / 4
wp-module-solutions 4 0 / 4
wp-plugin-blueprint-exporter 4 1 / 3
wp-module-patterns 3 0 / 3
wp-module-help-center 2 0 / 2
wp-module-onboarding-data 2 0 / 2
wp-module-performance 2 0 / 2
wp-module-sso 2 0 / 2
wp-module-staging 2 0 / 2
wp-plugin-ai-store 2 0 / 2
wp-plugin-mojo 2 0 / 2
wp-plugin-search-filter 2 0 / 2
wp-plugin-subscriptions 2 0 / 2
wp-module-template-drawer 1 0 / 1

errors / warnings

Rule detail
Errors
145
Warnings
358
Auto-fixable
0
Share of all findings
0.6%

Cited by wp-security-checks, so the reasoning behind it is documented and reviewable.

18 Generic.Commenting.DocComment49% automatic 24 499 WordPress default
Every repository this fires in 24 total
wp-plugin-memberships 174 174 / 0
wp-plugin-payments-shipping 100 100 / 0
wp-plugin-pdf-invoices 53 53 / 0
wp-plugin-one-click-checkout 39 39 / 0
wp-plugin-blu-store 21 21 / 0
wp-plugin-product-add-ons 17 17 / 0
wp-plugin-store-locator 16 16 / 0
wp-plugin-wishlist 12 12 / 0
wp-plugin-request-quote 11 11 / 0
wp-plugin-sales-promotions 9 9 / 0
wp-module-sso 7 7 / 0
wp-plugin-subscriptions 7 7 / 0
wp-plugin-gift-cards 6 6 / 0
wp-plugin-affiliates 5 5 / 0
wp-plugin-points-rewards 5 5 / 0
wp-plugin-search-filter 3 3 / 0
wp-module-data 2 2 / 0
wp-module-facebook 2 2 / 0
wp-module-framework 2 2 / 0
wp-module-loader 2 2 / 0
wp-plugin-catalog-mode 2 2 / 0
wp-plugin-product-comparison 2 2 / 0
wp-module-deactivation 1 1 / 0
wp-module-template-drawer 1 1 / 0

errors / warnings

Rule detail
Errors
499
Warnings
0
Auto-fixable
247
Share of all findings
0.6%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

19 WordPress.WhiteSpace.ControlStructureSpacingautomatic 25 498 WordPress default
Every repository this fires in 25 total
wp-plugin-store-locator 92 92 / 0
wp-plugin-product-add-ons 55 55 / 0
wp-plugin-payments-shipping 54 54 / 0
wp-plugin-pdf-invoices 40 40 / 0
wp-module-facebook 34 34 / 0
wp-plugin-ai-chat-poc 26 26 / 0
wp-plugin-wishlist 26 26 / 0
wp-plugin-memberships 25 25 / 0
wp-module-data 23 23 / 0
wp-plugin-gift-cards 17 17 / 0
wp-plugin-request-quote 15 15 / 0
wp-plugin-points-rewards 12 12 / 0
wp-plugin-advanced-reviews 11 11 / 0
wp-module-ecommerce 10 10 / 0
wp-plugin-search-filter 10 10 / 0
wp-plugin-blu-store 9 9 / 0
wp-plugin-ecomdash 8 8 / 0
wp-plugin-affiliates 7 7 / 0
wp-plugin-one-click-checkout 6 6 / 0
wp-plugin-subscriptions 5 5 / 0
wp-module-notifications 4 4 / 0
wp-plugin-customize-my-account-page 3 3 / 0
wp-plugin-sales-promotions 3 3 / 0
wp-module-onboarding-data 2 2 / 0
wp-module-runtime 1 1 / 0

errors / warnings

Rule detail
Errors
498
Warnings
0
Auto-fixable
498
Share of all findings
0.6%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

20 Squiz.Commenting.ClassCommentby hand 31 486 WordPress default
Every repository this fires in 31 total
wp-plugin-creativ-email 58 58 / 0
wp-plugin-request-quote 57 57 / 0
wp-plugin-blu-store 49 49 / 0
wp-plugin-payments-shipping 48 48 / 0
wp-plugin-points-rewards 47 47 / 0
wp-plugin-ecomdash 42 42 / 0
wp-plugin-wishlist 32 32 / 0
wp-plugin-product-add-ons 28 28 / 0
wp-plugin-product-comparison 27 27 / 0
wp-plugin-memberships 18 18 / 0
wp-plugin-one-click-checkout 11 11 / 0
wp-plugin-gift-cards 10 10 / 0
wp-module-facebook 8 8 / 0
wp-plugin-pdf-invoices 8 8 / 0
wp-plugin-advanced-reviews 6 6 / 0
wp-plugin-affiliates 5 5 / 0
wp-plugin-store-locator 5 5 / 0
wp-plugin-sms-notifications 4 4 / 0
wp-module-sso 3 3 / 0
wp-plugin-ai-chat-poc 3 3 / 0
wp-plugin-subscriptions 3 3 / 0
wp-module-install-checker 2 2 / 0
wp-module-loader 2 2 / 0
wp-plugin-catalog-mode 2 2 / 0
wp-plugin-search-filter 2 2 / 0
wp-module-data 1 1 / 0
wp-module-ecommerce 1 1 / 0
wp-module-framework 1 1 / 0
wp-module-onboarding 1 1 / 0
wp-module-onboarding-data 1 1 / 0
wp-plugin-blueprint-exporter 1 1 / 0

errors / warnings

Rule detail
Errors
486
Warnings
0
Auto-fixable
0
Share of all findings
0.6%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

21 Generic.CodeAnalysis.UnusedFunctionParameterby hand 40 444 WordPress default
Every repository this fires in 40 total
wp-plugin-request-quote 61 0 / 61
wp-plugin-ai-store 44 0 / 44
wp-plugin-blu-store 43 0 / 43
wp-plugin-affiliates 35 0 / 35
wp-plugin-gift-cards 32 0 / 32
wp-plugin-payments-shipping 28 0 / 28
wp-plugin-search-filter 27 0 / 27
wp-plugin-subscriptions 25 0 / 25
wp-plugin-product-add-ons 23 0 / 23
wp-plugin-memberships 21 0 / 21
wp-plugin-store-locator 13 0 / 13
wp-module-next-steps 9 0 / 9
wp-plugin-advanced-reviews 9 0 / 9
wp-plugin-customize-my-account-page 9 0 / 9
wp-plugin-sales-promotions 8 0 / 8
wp-plugin-catalog-mode 5 0 / 5
wp-module-htaccess 4 0 / 4
wp-plugin-crazy-domains 4 0 / 4
wp-plugin-bigrock 3 0 / 3
wp-plugin-blueprint 3 0 / 3
wp-plugin-hostgator 3 0 / 3
wp-plugin-mojo 3 0 / 3
wp-plugin-sms-notifications 3 0 / 3
wp-plugin-vodien 3 0 / 3
wp-plugin-webhostbox 3 0 / 3
wp-module-ai-assistant 2 0 / 2
wp-module-ai-page-designer 2 0 / 2
wp-module-secure-passwords 2 0 / 2
wp-plugin-creativ-email 2 0 / 2
wp-plugin-one-click-checkout 2 0 / 2
wp-plugin-pdf-invoices 2 0 / 2
wp-plugin-product-comparison 2 0 / 2
wp-plugin-wishlist 2 0 / 2
wp-module-installer 1 0 / 1
wp-module-marketplace 1 0 / 1
wp-module-mcp 1 0 / 1
wp-module-solutions 1 0 / 1
wp-plugin-bluehost 1 0 / 1
wp-plugin-easy-login 1 0 / 1
wp-plugin-ecomdash 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
444
Auto-fixable
0
Share of all findings
0.5%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

22 Generic.ControlStructures.InlineControlStructureautomatic 4 385 WordPress default
Every repository this fires in 4 total
wp-plugin-blu-store 379 379 / 0
wp-plugin-affiliates 4 4 / 0
wp-plugin-store-locator 1 1 / 0
wp-plugin-wishlist 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
385
Warnings
0
Auto-fixable
385
Share of all findings
0.5%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

23 Universal.Operators.DisallowShortTernaryby hand 10 359 WordPress default
Every repository this fires in 10 total
wp-plugin-ai-store 209 209 / 0
wp-plugin-blu-store 104 104 / 0
wp-module-ai-assistant 16 16 / 0
wp-plugin-pdf-invoices 10 10 / 0
wp-plugin-wishlist 10 10 / 0
wp-plugin-gift-cards 4 4 / 0
wp-plugin-customize-my-account-page 2 2 / 0
wp-plugin-payments-shipping 2 2 / 0
wp-plugin-affiliates 1 1 / 0
wp-plugin-request-quote 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
359
Warnings
0
Auto-fixable
0
Share of all findings
0.4%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

24 WordPress.WhiteSpace.OperatorSpacingautomatic 23 334 WordPress default
Every repository this fires in 23 total
wp-plugin-store-locator 78 78 / 0
wp-plugin-blu-store 68 68 / 0
wp-plugin-advanced-reviews 42 42 / 0
wp-plugin-payments-shipping 37 37 / 0
wp-plugin-ai-chat-poc 15 15 / 0
wp-plugin-pdf-invoices 12 12 / 0
wp-plugin-wishlist 12 12 / 0
wp-module-facebook 11 11 / 0
wp-plugin-product-add-ons 10 10 / 0
wp-plugin-memberships 7 7 / 0
wp-plugin-search-filter 7 7 / 0
wp-plugin-gift-cards 6 6 / 0
wp-plugin-one-click-checkout 5 5 / 0
wp-plugin-affiliates 3 3 / 0
wp-plugin-customize-my-account-page 3 3 / 0
wp-plugin-points-rewards 3 3 / 0
wp-plugin-product-comparison 3 3 / 0
wp-plugin-request-quote 3 3 / 0
wp-plugin-subscriptions 3 3 / 0
wp-module-ecommerce 2 2 / 0
wp-plugin-sales-promotions 2 2 / 0
wp-module-install-checker 1 1 / 0
wp-module-notifications 1 1 / 0

errors / warnings

Rule detail
Errors
334
Warnings
0
Auto-fixable
334
Share of all findings
0.4%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

25 Universal.CodeAnalysis.NoDoubleNegativeautomatic 15 317 WordPress default
Every repository this fires in 15 total
wp-plugin-memberships 98 98 / 0
wp-plugin-store-locator 49 49 / 0
wp-module-framework 46 46 / 0
wp-plugin-payments-shipping 34 34 / 0
wp-plugin-search-filter 20 20 / 0
wp-plugin-advanced-reviews 16 16 / 0
wp-plugin-request-quote 14 14 / 0
wp-plugin-subscriptions 9 9 / 0
wp-plugin-wishlist 9 9 / 0
wp-plugin-product-add-ons 6 6 / 0
wp-plugin-points-rewards 5 5 / 0
wp-plugin-sms-notifications 5 5 / 0
wp-plugin-pdf-invoices 4 4 / 0
wp-plugin-gift-cards 1 1 / 0
wp-plugin-product-comparison 1 1 / 0

errors / warnings

Rule detail
Errors
317
Warnings
0
Auto-fixable
317
Share of all findings
0.4%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

26 PSR2.Files.EndFileNewlineautomatic 32 253 WordPress default
Every repository this fires in 32 total
wp-plugin-payments-shipping 67 67 / 0
wp-plugin-memberships 43 43 / 0
wp-plugin-wishlist 25 25 / 0
wp-plugin-request-quote 18 18 / 0
wp-plugin-product-add-ons 15 15 / 0
wp-plugin-store-locator 15 15 / 0
wp-plugin-pdf-invoices 11 11 / 0
wp-plugin-subscriptions 7 7 / 0
wp-module-framework 4 4 / 0
wp-module-onboarding 4 4 / 0
wp-plugin-affiliates 4 4 / 0
wp-plugin-catalog-mode 4 4 / 0
wp-plugin-one-click-checkout 4 4 / 0
wp-plugin-points-rewards 4 4 / 0
wp-module-install-checker 3 3 / 0
wp-plugin-search-filter 3 3 / 0
wp-plugin-advanced-reviews 2 2 / 0
wp-plugin-crazy-domains 2 2 / 0
wp-plugin-customize-my-account-page 2 2 / 0
wp-plugin-easy-login 2 2 / 0
wp-plugin-sales-promotions 2 2 / 0
wp-plugin-workflows-testing 2 2 / 0
wp-module-coming-soon 1 1 / 0
wp-module-mcp 1 1 / 0
wp-module-runtime 1 1 / 0
wp-module-secure-passwords 1 1 / 0
wp-module-template-drawer 1 1 / 0
wp-plugin-ai-store 1 1 / 0
wp-plugin-email-templates 1 1 / 0
wp-plugin-gift-cards 1 1 / 0
wp-plugin-product-comparison 1 1 / 0
wp-plugin-sms-notifications 1 1 / 0

errors / warnings

Rule detail
Errors
253
Warnings
0
Auto-fixable
253
Share of all findings
0.3%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

27 Squiz.Commenting.FileCommentby hand 21 252 WordPress default
Every repository this fires in 21 total
wp-plugin-memberships 44 44 / 0
wp-plugin-blu-store 40 40 / 0
wp-plugin-payments-shipping 38 38 / 0
wp-plugin-one-click-checkout 22 22 / 0
wp-plugin-affiliates 17 17 / 0
wp-plugin-ecomdash 14 14 / 0
wp-plugin-store-locator 13 13 / 0
wp-plugin-product-comparison 11 11 / 0
wp-plugin-request-quote 11 11 / 0
wp-plugin-wishlist 11 11 / 0
wp-plugin-product-add-ons 9 9 / 0
wp-plugin-email-templates 6 6 / 0
wp-plugin-creativ-email 4 4 / 0
wp-plugin-customize-my-account-page 3 3 / 0
wp-plugin-crazy-domains 2 2 / 0
wp-plugin-pdf-invoices 2 2 / 0
wp-module-data 1 1 / 0
wp-module-secure-passwords 1 1 / 0
wp-plugin-ai-chat-poc 1 1 / 0
wp-plugin-blueprint-exporter 1 1 / 0
wp-plugin-subscriptions 1 1 / 0

errors / warnings

Rule detail
Errors
252
Warnings
0
Auto-fixable
0
Share of all findings
0.3%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

28 PSR2.Methods.FunctionClosingBraceautomatic 33 242 WordPress default
Every repository this fires in 33 total
wp-plugin-store-locator 48 48 / 0
wp-plugin-payments-shipping 44 44 / 0
wp-plugin-product-add-ons 35 35 / 0
wp-module-maestro 19 19 / 0
wp-plugin-memberships 14 14 / 0
wp-plugin-gift-cards 9 9 / 0
wp-plugin-wishlist 7 7 / 0
wp-plugin-pdf-invoices 6 6 / 0
wp-plugin-affiliates 5 5 / 0
wp-plugin-mojo 5 5 / 0
wp-plugin-request-quote 5 5 / 0
wp-module-notifications 4 4 / 0
wp-plugin-advanced-reviews 4 4 / 0
wp-plugin-blueprint 4 4 / 0
wp-plugin-subscriptions 4 4 / 0
wp-module-loader 3 3 / 0
wp-module-sso 3 3 / 0
wp-plugin-creativ-email 3 3 / 0
wp-plugin-catalog-mode 2 2 / 0
wp-plugin-points-rewards 2 2 / 0
wp-plugin-sales-promotions 2 2 / 0
wp-plugin-search-filter 2 2 / 0
wp-plugin-vodien 2 2 / 0
wp-module-ai-images 1 1 / 0
wp-module-install-checker 1 1 / 0
wp-module-secure-passwords 1 1 / 0
wp-module-tasks 1 1 / 0
wp-module-template-drawer 1 1 / 0
wp-plugin-customize-my-account-page 1 1 / 0
wp-plugin-easy-login 1 1 / 0
wp-plugin-one-click-checkout 1 1 / 0
wp-plugin-product-comparison 1 1 / 0
wp-plugin-workflows-testing 1 1 / 0

errors / warnings

Rule detail
Errors
242
Warnings
0
Auto-fixable
242
Share of all findings
0.3%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

29 Squiz.WhiteSpace.SuperfluousWhitespaceautomatic 30 240 WordPress default
Every repository this fires in 30 total
wp-plugin-payments-shipping 56 56 / 0
wp-plugin-gift-cards 22 22 / 0
wp-plugin-store-locator 19 19 / 0
wp-plugin-product-add-ons 16 16 / 0
wp-plugin-pdf-invoices 14 14 / 0
wp-plugin-subscriptions 13 13 / 0
wp-module-onboarding 11 11 / 0
wp-plugin-advanced-reviews 11 11 / 0
wp-plugin-one-click-checkout 11 11 / 0
wp-plugin-affiliates 10 10 / 0
wp-plugin-memberships 10 10 / 0
wp-module-ecommerce 7 7 / 0
wp-plugin-wishlist 6 6 / 0
wp-plugin-search-filter 4 4 / 0
wp-module-deactivation 3 3 / 0
wp-module-install-checker 3 3 / 0
wp-plugin-blueprint 3 3 / 0
wp-plugin-customize-my-account-page 3 3 / 0
wp-module-coming-soon 2 2 / 0
wp-module-framework 2 2 / 0
wp-module-loader 2 2 / 0
wp-module-notifications 2 2 / 0
wp-plugin-points-rewards 2 2 / 0
wp-plugin-request-quote 2 2 / 0
wp-module-data 1 1 / 0
wp-module-mcp 1 1 / 0
wp-module-template-drawer 1 1 / 0
wp-plugin-ai-chat-poc 1 1 / 0
wp-plugin-ai-store 1 1 / 0
wp-plugin-catalog-mode 1 1 / 0

errors / warnings

Rule detail
Errors
240
Warnings
0
Auto-fixable
240
Share of all findings
0.3%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

30 WordPress.NamingConventions.ValidFunctionNameby hand 37 234 WordPress default
Every repository this fires in 37 total
wp-plugin-creativ-email 53 53 / 0
wp-plugin-subscriptions 29 29 / 0
wp-module-staging 23 23 / 0
wp-module-features 16 16 / 0
wp-plugin-ecomdash 16 16 / 0
wp-module-notifications 13 13 / 0
wp-module-sso 12 12 / 0
wp-module-performance 11 11 / 0
wp-module-install-checker 8 8 / 0
wp-plugin-catalog-mode 7 7 / 0
wp-module-coming-soon 3 3 / 0
wp-module-facebook 3 3 / 0
wp-module-marketplace 3 3 / 0
wp-plugin-pdf-invoices 3 3 / 0
wp-plugin-store-locator 3 3 / 0
wp-module-context 2 2 / 0
wp-module-data 2 2 / 0
wp-module-help-center 2 2 / 0
wp-module-loader 2 2 / 0
wp-module-runtime 2 2 / 0
wp-plugin-advanced-reviews 2 2 / 0
wp-plugin-ai-chat-poc 2 2 / 0
wp-plugin-hostgator 2 2 / 0
wp-plugin-search-filter 2 2 / 0
wp-module-deactivation 1 1 / 0
wp-module-global-ctb 1 1 / 0
wp-plugin-affiliates 1 1 / 0
wp-plugin-customize-my-account-page 1 1 / 0
wp-plugin-easy-login 1 1 / 0
wp-plugin-gift-cards 1 1 / 0
wp-plugin-payments-shipping 1 1 / 0
wp-plugin-points-rewards 1 1 / 0
wp-plugin-product-add-ons 1 1 / 0
wp-plugin-product-comparison 1 1 / 0
wp-plugin-sales-promotions 1 1 / 0
wp-plugin-sms-notifications 1 1 / 0
wp-plugin-wishlist 1 1 / 0

errors / warnings

Rule detail
Errors
234
Warnings
0
Auto-fixable
0
Share of all findings
0.3%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

31 Squiz.ControlStructures.ControlSignature98% automatic 22 223 WordPress default
Every repository this fires in 22 total
wp-plugin-store-locator 48 48 / 0
wp-plugin-wishlist 26 26 / 0
wp-plugin-payments-shipping 25 25 / 0
wp-plugin-product-add-ons 25 25 / 0
wp-plugin-pdf-invoices 20 20 / 0
wp-plugin-request-quote 17 17 / 0
wp-plugin-memberships 14 14 / 0
wp-plugin-gift-cards 9 9 / 0
wp-plugin-points-rewards 6 6 / 0
wp-plugin-advanced-reviews 5 5 / 0
wp-plugin-blu-store 5 5 / 0
wp-plugin-search-filter 5 5 / 0
wp-plugin-affiliates 3 3 / 0
wp-plugin-sales-promotions 3 3 / 0
wp-module-data 2 2 / 0
wp-plugin-ecomdash 2 2 / 0
wp-plugin-one-click-checkout 2 2 / 0
wp-plugin-subscriptions 2 2 / 0
wp-module-ecommerce 1 1 / 0
wp-module-facebook 1 1 / 0
wp-module-notifications 1 1 / 0
wp-module-runtime 1 1 / 0

errors / warnings

Rule detail
Errors
223
Warnings
0
Auto-fixable
219
Share of all findings
0.3%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

32 Squiz.Commenting.VariableCommentby hand 15 220 WordPress default
Every repository this fires in 15 total
wp-plugin-creativ-email 93 93 / 0
wp-plugin-ecomdash 73 73 / 0
wp-plugin-memberships 18 18 / 0
wp-module-facebook 8 8 / 0
wp-plugin-payments-shipping 6 6 / 0
wp-plugin-affiliates 4 4 / 0
wp-module-ecommerce 3 3 / 0
wp-plugin-advanced-reviews 3 3 / 0
wp-plugin-one-click-checkout 3 3 / 0
wp-plugin-gift-cards 2 2 / 0
wp-plugin-store-locator 2 2 / 0
wp-plugin-wishlist 2 2 / 0
wp-module-deactivation 1 1 / 0
wp-plugin-blu-store 1 1 / 0
wp-plugin-request-quote 1 1 / 0

errors / warnings

Rule detail
Errors
220
Warnings
0
Auto-fixable
0
Share of all findings
0.3%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

33 NormalizedArrays.Arrays.ArrayBraceSpacingautomatic 17 216 WordPress default
Every repository this fires in 17 total
wp-plugin-blu-store 78 78 / 0
wp-module-facebook 36 36 / 0
wp-plugin-wishlist 27 27 / 0
wp-plugin-one-click-checkout 16 16 / 0
wp-plugin-ai-chat-poc 14 14 / 0
wp-plugin-affiliates 13 13 / 0
wp-plugin-payments-shipping 11 11 / 0
wp-plugin-pdf-invoices 5 5 / 0
wp-module-ecommerce 2 2 / 0
wp-module-notifications 2 2 / 0
wp-plugin-blueprint 2 2 / 0
wp-plugin-memberships 2 2 / 0
wp-plugin-sales-promotions 2 2 / 0
wp-plugin-search-filter 2 2 / 0
wp-plugin-store-locator 2 2 / 0
wp-plugin-product-add-ons 1 1 / 0
wp-plugin-request-quote 1 1 / 0

errors / warnings

Rule detail
Errors
216
Warnings
0
Auto-fixable
216
Share of all findings
0.3%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

34 WordPress.Security.EscapeOutputby hand 18 213 Newfold standard
Every repository this fires in 18 total
wp-plugin-payments-shipping 84 84 / 0
wp-plugin-blu-store 33 33 / 0
wp-plugin-request-quote 16 16 / 0
wp-plugin-product-add-ons 12 12 / 0
wp-plugin-memberships 11 11 / 0
wp-plugin-wishlist 11 11 / 0
wp-module-onboarding 10 10 / 0
wp-plugin-store-locator 9 9 / 0
wp-plugin-affiliates 5 5 / 0
wp-plugin-gift-cards 5 5 / 0
wp-plugin-one-click-checkout 5 5 / 0
wp-plugin-subscriptions 4 4 / 0
wp-plugin-pdf-invoices 3 3 / 0
wp-plugin-catalog-mode 1 1 / 0
wp-plugin-creativ-email 1 1 / 0
wp-plugin-easy-login 1 1 / 0
wp-plugin-ecomdash 1 1 / 0
wp-plugin-product-comparison 1 1 / 0

errors / warnings

Rule detail
Errors
213
Warnings
0
Auto-fixable
0
Share of all findings
0.3%

Cited by wp-security-checks, so the reasoning behind it is documented and reviewable.

35 Squiz.PHP.EmbeddedPhpautomatic 13 211 WordPress default
Every repository this fires in 13 total
wp-plugin-memberships 71 71 / 0
wp-plugin-product-add-ons 65 65 / 0
wp-plugin-store-locator 20 20 / 0
wp-plugin-request-quote 15 15 / 0
wp-plugin-payments-shipping 12 12 / 0
wp-plugin-wishlist 11 11 / 0
wp-plugin-one-click-checkout 8 8 / 0
wp-plugin-ecomdash 3 3 / 0
wp-plugin-pdf-invoices 2 2 / 0
wp-plugin-blu-store 1 1 / 0
wp-plugin-points-rewards 1 1 / 0
wp-plugin-product-comparison 1 1 / 0
wp-plugin-subscriptions 1 1 / 0

errors / warnings

Rule detail
Errors
211
Warnings
0
Auto-fixable
211
Share of all findings
0.3%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

36 WordPress.WP.I18n10% automatic 18 174 WordPress default
Every repository this fires in 18 total
wp-plugin-ecomdash 40 40 / 0
wp-plugin-memberships 39 5 / 34
wp-plugin-payments-shipping 26 5 / 21
wp-plugin-affiliates 15 7 / 8
wp-plugin-creativ-email 10 10 / 0
wp-plugin-request-quote 7 4 / 3
wp-module-deactivation 5 0 / 5
wp-plugin-product-add-ons 5 2 / 3
wp-plugin-pdf-invoices 4 1 / 3
wp-plugin-points-rewards 4 2 / 2
wp-plugin-store-locator 4 2 / 2
wp-plugin-wishlist 4 0 / 4
wp-module-onboarding-data 3 0 / 3
wp-plugin-gift-cards 3 2 / 1
wp-plugin-advanced-reviews 2 0 / 2
wp-plugin-bluehost 1 0 / 1
wp-plugin-customize-my-account-page 1 0 / 1
wp-plugin-subscriptions 1 0 / 1

errors / warnings

Rule detail
Errors
80
Warnings
94
Auto-fixable
17
Share of all findings
0.2%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

37 PSR2.Classes.ClassDeclarationautomatic 34 167 WordPress default
Every repository this fires in 34 total
wp-plugin-memberships 20 20 / 0
wp-plugin-ecomdash 18 18 / 0
wp-plugin-payments-shipping 17 17 / 0
wp-plugin-wishlist 14 14 / 0
wp-plugin-store-locator 10 10 / 0
wp-plugin-product-comparison 8 8 / 0
wp-plugin-gift-cards 7 7 / 0
wp-plugin-product-add-ons 7 7 / 0
wp-plugin-blueprint 6 6 / 0
wp-module-maestro 5 5 / 0
wp-plugin-mojo 5 5 / 0
wp-module-loader 4 4 / 0
wp-module-notifications 4 4 / 0
wp-plugin-affiliates 4 4 / 0
wp-module-framework 3 3 / 0
wp-module-template-drawer 3 3 / 0
wp-plugin-advanced-reviews 3 3 / 0
wp-plugin-pdf-invoices 3 3 / 0
wp-plugin-subscriptions 3 3 / 0
wp-plugin-vodien 3 3 / 0
wp-module-sso 2 2 / 0
wp-plugin-catalog-mode 2 2 / 0
wp-plugin-crazy-domains 2 2 / 0
wp-plugin-creativ-email 2 2 / 0
wp-plugin-customize-my-account-page 2 2 / 0
wp-plugin-one-click-checkout 2 2 / 0
wp-module-ai-assistant 1 1 / 0
wp-module-facebook 1 1 / 0
wp-module-install-checker 1 1 / 0
wp-module-runtime 1 1 / 0
wp-module-tasks 1 1 / 0
wp-plugin-easy-login 1 1 / 0
wp-plugin-points-rewards 1 1 / 0
wp-plugin-sales-promotions 1 1 / 0

errors / warnings

Rule detail
Errors
167
Warnings
0
Auto-fixable
167
Share of all findings
0.2%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

38 Universal.Operators.StrictComparisonsautomatic 14 147 WordPress default
Every repository this fires in 14 total
wp-plugin-creativ-email 51 0 / 51
wp-plugin-memberships 47 0 / 47
wp-plugin-request-quote 18 0 / 18
wp-plugin-product-add-ons 13 0 / 13
wp-plugin-store-locator 4 0 / 4
wp-module-mcp 3 0 / 3
wp-plugin-ai-store 2 0 / 2
wp-plugin-blu-store 2 0 / 2
wp-plugin-payments-shipping 2 0 / 2
wp-module-onboarding-data 1 0 / 1
wp-module-template-drawer 1 0 / 1
wp-plugin-gift-cards 1 0 / 1
wp-plugin-one-click-checkout 1 0 / 1
wp-plugin-sales-promotions 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
147
Auto-fixable
147
Share of all findings
0.2%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

39 Universal.NamingConventions.NoReservedKeywordParameterNamesby hand 27 146 WordPress default
Every repository this fires in 27 total
wp-plugin-payments-shipping 35 0 / 35
wp-plugin-request-quote 25 0 / 25
wp-plugin-memberships 13 0 / 13
wp-plugin-search-filter 11 0 / 11
wp-plugin-wishlist 8 0 / 8
wp-plugin-product-add-ons 7 0 / 7
wp-plugin-store-locator 7 0 / 7
wp-plugin-sales-promotions 6 0 / 6
wp-plugin-ai-store 5 0 / 5
wp-module-mcp 3 0 / 3
wp-module-patterns 3 0 / 3
wp-plugin-creativ-email 3 0 / 3
wp-module-context 2 0 / 2
wp-plugin-blu-store 2 0 / 2
wp-plugin-customize-my-account-page 2 0 / 2
wp-plugin-ecomdash 2 0 / 2
wp-plugin-mojo 2 0 / 2
wp-plugin-bigrock 1 0 / 1
wp-plugin-bluehost 1 0 / 1
wp-plugin-blueprint 1 0 / 1
wp-plugin-catalog-mode 1 0 / 1
wp-plugin-crazy-domains 1 0 / 1
wp-plugin-hostgator 1 0 / 1
wp-plugin-pdf-invoices 1 0 / 1
wp-plugin-product-comparison 1 0 / 1
wp-plugin-vodien 1 0 / 1
wp-plugin-webhostbox 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
146
Auto-fixable
0
Share of all findings
0.2%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

40 Squiz.Strings.DoubleQuoteUsageautomatic 14 140 WordPress default
Every repository this fires in 14 total
wp-plugin-blu-store 44 44 / 0
wp-plugin-memberships 26 26 / 0
wp-plugin-payments-shipping 23 23 / 0
wp-plugin-subscriptions 11 11 / 0
wp-plugin-points-rewards 9 9 / 0
wp-plugin-store-locator 6 6 / 0
wp-module-notifications 5 5 / 0
wp-plugin-affiliates 5 5 / 0
wp-plugin-product-add-ons 4 4 / 0
wp-module-ai-assistant 2 2 / 0
wp-plugin-ai-chat-poc 2 2 / 0
wp-module-facebook 1 1 / 0
wp-plugin-blueprint-exporter 1 1 / 0
wp-plugin-pdf-invoices 1 1 / 0

errors / warnings

Rule detail
Errors
140
Warnings
0
Auto-fixable
140
Share of all findings
0.2%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

41 WordPress.DB.PreparedSQLby hand 13 139 WordPress default
Every repository this fires in 13 total
wp-plugin-blu-store 47 47 / 0
wp-plugin-product-add-ons 31 31 / 0
wp-plugin-memberships 12 12 / 0
wp-plugin-request-quote 11 11 / 0
wp-module-ai-assistant 8 8 / 0
wp-plugin-affiliates 8 8 / 0
wp-plugin-points-rewards 7 7 / 0
wp-plugin-subscriptions 5 5 / 0
wp-plugin-payments-shipping 4 4 / 0
wp-plugin-blueprint-exporter 3 3 / 0
wp-module-data 1 1 / 0
wp-module-reset 1 1 / 0
wp-plugin-store-locator 1 1 / 0

errors / warnings

Rule detail
Errors
139
Warnings
0
Auto-fixable
0
Share of all findings
0.2%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

42 WordPress.WP.AlternativeFunctionsby hand 26 136 WordPress default
Every repository this fires in 26 total
wp-plugin-blu-store 32 0 / 32
wp-plugin-blueprint-exporter 23 0 / 23
wp-module-onboarding 14 0 / 14
wp-plugin-memberships 9 0 / 9
wp-plugin-payments-shipping 8 0 / 8
wp-module-data 5 0 / 5
wp-module-htaccess 5 0 / 5
wp-module-mcp 4 0 / 4
wp-module-sso 4 0 / 4
wp-plugin-request-quote 4 0 / 4
wp-plugin-ai-chat-poc 3 0 / 3
wp-plugin-ai-store 3 0 / 3
wp-plugin-creativ-email 3 0 / 3
wp-plugin-store-locator 3 0 / 3
wp-module-ai-assistant 2 0 / 2
wp-module-insights 2 0 / 2
wp-module-onboarding-data 2 0 / 2
wp-plugin-bluehost 2 0 / 2
wp-module-ai-images 1 0 / 1
wp-module-editor-chat 1 0 / 1
wp-module-facebook 1 0 / 1
wp-module-framework 1 0 / 1
wp-module-patterns 1 0 / 1
wp-plugin-mojo 1 0 / 1
wp-plugin-product-add-ons 1 0 / 1
wp-plugin-sales-promotions 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
136
Auto-fixable
0
Share of all findings
0.2%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

43 WordPress.Arrays.ArrayKeySpacingRestrictionsautomatic 14 128 WordPress default
Every repository this fires in 14 total
wp-plugin-store-locator 44 44 / 0
wp-plugin-wishlist 29 29 / 0
wp-plugin-product-add-ons 23 23 / 0
wp-plugin-payments-shipping 14 14 / 0
wp-plugin-one-click-checkout 4 4 / 0
wp-module-facebook 3 3 / 0
wp-plugin-customize-my-account-page 3 3 / 0
wp-plugin-subscriptions 2 2 / 0
wp-module-data 1 1 / 0
wp-module-ecommerce 1 1 / 0
wp-plugin-advanced-reviews 1 1 / 0
wp-plugin-blu-store 1 1 / 0
wp-plugin-ecomdash 1 1 / 0
wp-plugin-gift-cards 1 1 / 0

errors / warnings

Rule detail
Errors
128
Warnings
0
Auto-fixable
128
Share of all findings
0.2%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

44 Squiz.Commenting.BlockCommentautomatic 5 120 WordPress default
Every repository this fires in 5 total
wp-plugin-blu-store 112 112 / 0
wp-plugin-wishlist 5 5 / 0
wp-plugin-ai-store 1 1 / 0
wp-plugin-gift-cards 1 1 / 0
wp-plugin-memberships 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
120
Warnings
0
Auto-fixable
120
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

45 Generic.Functions.FunctionCallArgumentSpacingautomatic 12 102 WordPress default
Every repository this fires in 12 total
wp-plugin-payments-shipping 34 34 / 0
wp-plugin-product-add-ons 27 27 / 0
wp-plugin-blu-store 22 22 / 0
wp-plugin-pdf-invoices 4 4 / 0
wp-module-data 3 3 / 0
wp-plugin-affiliates 3 3 / 0
wp-plugin-gift-cards 2 2 / 0
wp-plugin-store-locator 2 2 / 0
wp-plugin-wishlist 2 2 / 0
wp-plugin-ecomdash 1 1 / 0
wp-plugin-request-quote 1 1 / 0
wp-plugin-search-filter 1 1 / 0

errors / warnings

Rule detail
Errors
102
Warnings
0
Auto-fixable
102
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

46 WordPress.PHP.StrictInArrayby hand 16 100 WordPress default
Every repository this fires in 16 total
wp-plugin-memberships 45 0 / 45
wp-plugin-product-add-ons 20 0 / 20
wp-plugin-request-quote 7 0 / 7
wp-plugin-payments-shipping 6 0 / 6
wp-module-data 3 0 / 3
wp-plugin-ai-store 3 0 / 3
wp-module-ecommerce 2 0 / 2
wp-module-mcp 2 0 / 2
wp-module-onboarding 2 0 / 2
wp-plugin-blu-store 2 0 / 2
wp-plugin-creativ-email 2 0 / 2
wp-plugin-gift-cards 2 0 / 2
wp-module-activation 1 0 / 1
wp-plugin-mojo 1 0 / 1
wp-plugin-pdf-invoices 1 0 / 1
wp-plugin-search-filter 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
100
Auto-fixable
0
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

47 Universal.WhiteSpace.CommaSpacingautomatic 9 98 WordPress default
Every repository this fires in 9 total
wp-plugin-blu-store 76 76 / 0
wp-plugin-search-filter 6 6 / 0
wp-plugin-payments-shipping 5 5 / 0
wp-plugin-subscriptions 3 3 / 0
wp-module-ecommerce 2 2 / 0
wp-plugin-pdf-invoices 2 2 / 0
wp-plugin-wishlist 2 2 / 0
wp-plugin-affiliates 1 1 / 0
wp-plugin-memberships 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
98
Warnings
0
Auto-fixable
98
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

48 Generic.Commenting.Todoby hand 27 90 WordPress default
Every repository this fires in 27 total
wp-plugin-product-add-ons 15 0 / 15
wp-plugin-request-quote 11 0 / 11
wp-module-framework 7 0 / 7
wp-module-runtime 5 0 / 5
wp-plugin-payments-shipping 5 0 / 5
wp-plugin-subscriptions 5 0 / 5
wp-module-ai-images 4 0 / 4
wp-plugin-gift-cards 4 0 / 4
wp-plugin-memberships 4 0 / 4
wp-module-installer 3 0 / 3
wp-plugin-affiliates 3 0 / 3
wp-module-data 2 0 / 2
wp-module-notifications 2 0 / 2
wp-module-onboarding-data 2 0 / 2
wp-plugin-catalog-mode 2 0 / 2
wp-plugin-search-filter 2 0 / 2
wp-plugin-sms-notifications 2 0 / 2
wp-plugin-store-locator 2 0 / 2
wp-plugin-wishlist 2 0 / 2
wp-module-maestro 1 0 / 1
wp-module-solutions 1 0 / 1
wp-plugin-advanced-reviews 1 0 / 1
wp-plugin-blu-store 1 0 / 1
wp-plugin-bluehost 1 0 / 1
wp-plugin-crazy-domains 1 0 / 1
wp-plugin-hostgator 1 0 / 1
wp-plugin-pdf-invoices 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
90
Auto-fixable
0
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

49 WordPress.WP.Capabilitiesby hand 13 90 WordPress default
Every repository this fires in 13 total
wp-module-mcp 24 0 / 24
wp-plugin-subscriptions 21 0 / 21
wp-plugin-creativ-email 8 4 / 4
wp-plugin-memberships 7 0 / 7
wp-plugin-search-filter 7 0 / 7
wp-plugin-gift-cards 4 0 / 4
wp-plugin-request-quote 4 0 / 4
wp-plugin-payments-shipping 3 0 / 3
wp-plugin-sms-notifications 3 0 / 3
wp-plugin-wishlist 3 0 / 3
wp-plugin-customize-my-account-page 2 1 / 1
wp-plugin-ecomdash 2 2 / 0
wp-plugin-points-rewards 2 0 / 2

errors / warnings

Rule detail
Errors
7
Warnings
83
Auto-fixable
0
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

50 Generic.Functions.OpeningFunctionBraceKernighanRitchieautomatic 12 87 WordPress default
Every repository this fires in 12 total
wp-module-facebook 35 35 / 0
wp-plugin-store-locator 29 29 / 0
wp-plugin-ai-chat-poc 10 10 / 0
wp-plugin-advanced-reviews 4 4 / 0
wp-plugin-gift-cards 2 2 / 0
wp-module-data 1 1 / 0
wp-plugin-memberships 1 1 / 0
wp-plugin-payments-shipping 1 1 / 0
wp-plugin-product-add-ons 1 1 / 0
wp-plugin-search-filter 1 1 / 0
wp-plugin-subscriptions 1 1 / 0
wp-plugin-wishlist 1 1 / 0

errors / warnings

Rule detail
Errors
87
Warnings
0
Auto-fixable
87
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

51 Squiz.Functions.FunctionDeclarationArgumentSpacingautomatic 12 70 WordPress default
Every repository this fires in 12 total
wp-module-facebook 32 32 / 0
wp-plugin-one-click-checkout 12 12 / 0
wp-plugin-ai-chat-poc 6 6 / 0
wp-plugin-payments-shipping 4 4 / 0
wp-plugin-pdf-invoices 4 4 / 0
wp-plugin-wishlist 3 3 / 0
wp-module-data 2 2 / 0
wp-plugin-creativ-email 2 2 / 0
wp-plugin-memberships 2 2 / 0
wp-module-ecommerce 1 1 / 0
wp-plugin-email-templates 1 1 / 0
wp-plugin-subscriptions 1 1 / 0

errors / warnings

Rule detail
Errors
70
Warnings
0
Auto-fixable
70
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

52 Squiz.Commenting.InlineCommentautomatic 11 67 WordPress default
Every repository this fires in 11 total
wp-plugin-product-add-ons 20 20 / 0
wp-plugin-store-locator 13 13 / 0
wp-module-ecommerce 8 8 / 0
wp-plugin-payments-shipping 8 8 / 0
wp-plugin-wishlist 4 4 / 0
wp-plugin-ai-store 3 3 / 0
wp-plugin-memberships 3 3 / 0
wp-plugin-one-click-checkout 3 3 / 0
wp-plugin-gift-cards 2 2 / 0
wp-plugin-request-quote 2 2 / 0
wp-plugin-pdf-invoices 1 1 / 0

errors / warnings

Rule detail
Errors
67
Warnings
0
Auto-fixable
67
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

53 WordPress.PHP.DiscouragedPHPFunctionsby hand 24 66 WordPress default
Every repository this fires in 24 total
wp-plugin-memberships 13 0 / 13
wp-plugin-creativ-email 8 0 / 8
wp-plugin-blu-store 7 0 / 7
wp-module-sso 5 0 / 5
wp-module-data 3 0 / 3
wp-plugin-ai-store 3 0 / 3
wp-plugin-bluehost 3 0 / 3
wp-module-mcp 2 0 / 2
wp-module-onboarding 2 0 / 2
wp-module-onboarding-data 2 0 / 2
wp-plugin-payments-shipping 2 0 / 2
wp-plugin-pdf-invoices 2 0 / 2
wp-plugin-product-add-ons 2 0 / 2
wp-plugin-request-quote 2 0 / 2
wp-module-ai-images 1 0 / 1
wp-module-ai-page-designer 1 0 / 1
wp-module-insights 1 0 / 1
wp-module-next-steps 1 0 / 1
wp-plugin-bigrock 1 0 / 1
wp-plugin-crazy-domains 1 0 / 1
wp-plugin-hostgator 1 0 / 1
wp-plugin-mojo 1 0 / 1
wp-plugin-vodien 1 0 / 1
wp-plugin-webhostbox 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
66
Auto-fixable
0
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

54 WordPress.PHP.DevelopmentFunctionsby hand 12 62 WordPress default
Every repository this fires in 12 total
wp-plugin-blu-store 27 0 / 27
wp-module-onboarding 9 0 / 9
wp-plugin-memberships 7 0 / 7
wp-plugin-payments-shipping 6 0 / 6
wp-plugin-pdf-invoices 3 0 / 3
wp-module-ai 2 0 / 2
wp-plugin-blueprint-exporter 2 0 / 2
wp-plugin-creativ-email 2 0 / 2
wp-module-ai-images 1 0 / 1
wp-plugin-affiliates 1 0 / 1
wp-plugin-product-add-ons 1 0 / 1
wp-plugin-wishlist 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
62
Auto-fixable
0
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

55 Squiz.Commenting.DocCommentAlignmentautomatic 5 55 WordPress default
Every repository this fires in 5 total
wp-plugin-payments-shipping 46 46 / 0
wp-plugin-memberships 6 6 / 0
wp-plugin-product-add-ons 1 1 / 0
wp-plugin-subscriptions 1 1 / 0
wp-plugin-wishlist 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
55
Warnings
0
Auto-fixable
55
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

56 PSR12.Functions.ReturnTypeDeclarationautomatic 2 49 WordPress default
Every repository this fires in 2 total
wp-plugin-memberships 48 48 / 0
wp-plugin-creativ-email 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
49
Warnings
0
Auto-fixable
49
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

57 Generic.WhiteSpace.IncrementDecrementSpacingautomatic 10 49 WordPress default
Every repository this fires in 10 total
wp-plugin-wishlist 13 13 / 0
wp-plugin-payments-shipping 10 10 / 0
wp-plugin-memberships 6 6 / 0
wp-plugin-request-quote 5 5 / 0
wp-plugin-gift-cards 4 4 / 0
wp-plugin-pdf-invoices 4 4 / 0
wp-plugin-points-rewards 4 4 / 0
wp-plugin-customize-my-account-page 1 1 / 0
wp-plugin-product-add-ons 1 1 / 0
wp-plugin-store-locator 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
49
Warnings
0
Auto-fixable
49
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

58 Universal.Operators.DisallowStandalonePostIncrementDecrementautomatic 7 44 WordPress default
Every repository this fires in 7 total
wp-plugin-blu-store 22 0 / 22
wp-plugin-payments-shipping 10 0 / 10
wp-plugin-memberships 5 0 / 5
wp-module-onboarding 3 0 / 3
wp-plugin-product-add-ons 2 0 / 2
wp-plugin-request-quote 1 0 / 1
wp-plugin-store-locator 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
44
Auto-fixable
44
Share of all findings
0.1%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

59 Squiz.PHP.CommentedOutCodeby hand 17 38 WordPress default
Every repository this fires in 17 total
wp-plugin-payments-shipping 5 0 / 5
wp-plugin-request-quote 4 0 / 4
wp-module-next-steps 3 0 / 3
wp-plugin-ai-store 3 0 / 3
wp-plugin-memberships 3 0 / 3
wp-plugin-product-add-ons 3 0 / 3
wp-plugin-wishlist 3 0 / 3
wp-module-deactivation 2 0 / 2
wp-module-onboarding 2 0 / 2
wp-plugin-blu-store 2 0 / 2
wp-plugin-one-click-checkout 2 0 / 2
wp-module-htaccess 1 0 / 1
wp-module-marketplace 1 0 / 1
wp-module-performance 1 0 / 1
wp-plugin-hiive-config 1 0 / 1
wp-plugin-search-filter 1 0 / 1
wp-plugin-store-locator 1 0 / 1

errors / warnings

Rule detail
Errors
0
Warnings
38
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

60 WordPress.WP.GlobalVariablesOverrideby hand 8 34 WordPress default
Every repository this fires in 8 total
wp-plugin-memberships 24 24 / 0
wp-plugin-payments-shipping 2 2 / 0
wp-plugin-subscriptions 2 2 / 0
wp-plugin-wishlist 2 2 / 0
wp-module-secure-passwords 1 1 / 0
wp-plugin-customize-my-account-page 1 1 / 0
wp-plugin-pdf-invoices 1 1 / 0
wp-plugin-product-add-ons 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
34
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

61 Universal.ControlStructures.DisallowLonelyIf88% automatic 11 33 WordPress default
Every repository this fires in 11 total
wp-plugin-payments-shipping 9 9 / 0
wp-plugin-memberships 7 7 / 0
wp-plugin-request-quote 6 6 / 0
wp-plugin-product-add-ons 3 3 / 0
wp-plugin-gift-cards 2 2 / 0
wp-module-maestro 1 1 / 0
wp-plugin-advanced-reviews 1 1 / 0
wp-plugin-affiliates 1 1 / 0
wp-plugin-creativ-email 1 1 / 0
wp-plugin-customize-my-account-page 1 1 / 0
wp-plugin-sms-notifications 1 1 / 0

errors / warnings

Rule detail
Errors
33
Warnings
0
Auto-fixable
29
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

62 Squiz.Strings.ConcatenationSpacingautomatic 8 32 WordPress default
Every repository this fires in 8 total
wp-plugin-payments-shipping 10 10 / 0
wp-plugin-affiliates 9 9 / 0
wp-plugin-wishlist 4 4 / 0
wp-plugin-gift-cards 3 3 / 0
wp-plugin-advanced-reviews 2 2 / 0
wp-plugin-product-add-ons 2 2 / 0
wp-module-template-drawer 1 1 / 0
wp-plugin-points-rewards 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
32
Warnings
0
Auto-fixable
32
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

63 Generic.Classes.OpeningBraceSameLineautomatic 8 30 WordPress default
Every repository this fires in 8 total
wp-module-facebook 6 6 / 0
wp-plugin-payments-shipping 6 6 / 0
wp-plugin-product-add-ons 6 6 / 0
wp-plugin-wishlist 5 5 / 0
wp-plugin-ai-chat-poc 3 3 / 0
wp-plugin-advanced-reviews 2 2 / 0
wp-plugin-product-comparison 1 1 / 0
wp-plugin-store-locator 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
30
Warnings
0
Auto-fixable
30
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

64 Squiz.Commenting.FunctionCommentThrowTagby hand 4 29 WordPress default
Every repository this fires in 4 total
wp-plugin-payments-shipping 22 22 / 0
wp-module-onboarding 5 5 / 0
wp-plugin-memberships 1 1 / 0
wp-plugin-pdf-invoices 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
29
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

65 WordPress.DateTime.RestrictedFunctionsby hand 7 29 WordPress default
Every repository this fires in 7 total
wp-plugin-memberships 19 19 / 0
wp-plugin-payments-shipping 3 3 / 0
wp-plugin-product-add-ons 2 2 / 0
wp-plugin-subscriptions 2 2 / 0
wp-module-coming-soon 1 1 / 0
wp-module-data 1 1 / 0
wp-plugin-blueprint-exporter 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
29
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

66 PSR2.Namespaces.NamespaceDeclarationautomatic 12 28 WordPress default
Every repository this fires in 12 total
wp-plugin-advanced-reviews 7 7 / 0
wp-plugin-affiliates 4 4 / 0
wp-plugin-payments-shipping 4 4 / 0
wp-plugin-memberships 3 3 / 0
wp-plugin-store-locator 2 2 / 0
wp-plugin-subscriptions 2 2 / 0
wp-module-template-drawer 1 1 / 0
wp-plugin-catalog-mode 1 1 / 0
wp-plugin-pdf-invoices 1 1 / 0
wp-plugin-points-rewards 1 1 / 0
wp-plugin-search-filter 1 1 / 0
wp-plugin-wishlist 1 1 / 0

errors / warnings

Rule detail
Errors
28
Warnings
0
Auto-fixable
28
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

67 Squiz.Functions.MultiLineFunctionDeclarationautomatic 11 28 WordPress default
Every repository this fires in 11 total
wp-plugin-subscriptions 12 12 / 0
wp-plugin-blu-store 3 3 / 0
wp-plugin-search-filter 3 3 / 0
wp-plugin-creativ-email 2 2 / 0
wp-plugin-wishlist 2 2 / 0
wp-module-runtime 1 1 / 0
wp-plugin-blueprint 1 1 / 0
wp-plugin-blueprint-exporter 1 1 / 0
wp-plugin-memberships 1 1 / 0
wp-plugin-product-add-ons 1 1 / 0
wp-plugin-store-locator 1 1 / 0

errors / warnings

Rule detail
Errors
28
Warnings
0
Auto-fixable
28
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

68 PSR2.ControlStructures.SwitchDeclaration93% automatic 6 28 WordPress default
Every repository this fires in 6 total
wp-plugin-memberships 8 8 / 0
wp-plugin-payments-shipping 8 8 / 0
wp-plugin-blu-store 6 6 / 0
wp-plugin-product-add-ons 4 4 / 0
wp-plugin-points-rewards 1 1 / 0
wp-plugin-wishlist 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
28
Warnings
0
Auto-fixable
26
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

69 Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedenceby hand 9 27 WordPress default
Every repository this fires in 9 total
wp-plugin-product-add-ons 7 7 / 0
wp-plugin-memberships 5 5 / 0
wp-plugin-gift-cards 4 4 / 0
wp-plugin-payments-shipping 3 3 / 0
wp-plugin-affiliates 2 2 / 0
wp-plugin-request-quote 2 2 / 0
wp-plugin-store-locator 2 2 / 0
wp-plugin-one-click-checkout 1 1 / 0
wp-plugin-subscriptions 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
27
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

70 WordPress.PHP.DontExtractby hand 3 26 WordPress default
Every repository this fires in 3 total
wp-plugin-product-add-ons 18 18 / 0
wp-plugin-memberships 6 6 / 0
wp-plugin-store-locator 2 2 / 0

complete listerrors / warnings

Rule detail
Errors
26
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

71 Squiz.Scope.MethodScopeby hand 4 26 WordPress default
Every repository this fires in 4 total
wp-module-facebook 12 12 / 0
wp-plugin-memberships 9 9 / 0
wp-plugin-gift-cards 3 3 / 0
wp-plugin-product-add-ons 2 2 / 0

complete listerrors / warnings

Rule detail
Errors
26
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

72 Generic.Formatting.DisallowMultipleStatementsautomatic 6 25 WordPress default
Every repository this fires in 6 total
wp-plugin-blu-store 17 17 / 0
wp-plugin-memberships 2 2 / 0
wp-plugin-payments-shipping 2 2 / 0
wp-plugin-request-quote 2 2 / 0
wp-module-facebook 1 1 / 0
wp-plugin-store-locator 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
25
Warnings
0
Auto-fixable
25
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

73 Universal.WhiteSpace.DisallowInlineTabsautomatic 8 23 WordPress default
Every repository this fires in 8 total
wp-plugin-request-quote 5 5 / 0
wp-plugin-affiliates 4 4 / 0
wp-plugin-one-click-checkout 4 4 / 0
wp-plugin-payments-shipping 3 3 / 0
wp-plugin-subscriptions 3 3 / 0
wp-plugin-gift-cards 2 2 / 0
wp-module-notifications 1 1 / 0
wp-plugin-product-add-ons 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
23
Warnings
0
Auto-fixable
23
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

74 PSR2.Classes.PropertyDeclaration14% automatic 4 22 WordPress default
Every repository this fires in 4 total
wp-plugin-memberships 10 0 / 10
wp-plugin-request-quote 8 0 / 8
wp-plugin-wishlist 3 3 / 0
wp-plugin-one-click-checkout 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
3
Warnings
19
Auto-fixable
3
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

75 WordPress.PHP.NoSilencedErrorsby hand 7 21 WordPress default
Every repository this fires in 7 total
wp-plugin-payments-shipping 7 0 / 7
wp-plugin-blu-store 5 0 / 5
wp-module-onboarding 3 0 / 3
wp-module-ai-page-designer 2 0 / 2
wp-plugin-memberships 2 0 / 2
wp-module-ai-images 1 0 / 1
wp-module-mcp 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
21
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

76 Generic.WhiteSpace.ArbitraryParenthesesSpacingautomatic 5 20 WordPress default
Every repository this fires in 5 total
wp-module-ecommerce 8 8 / 0
wp-module-facebook 6 6 / 0
wp-module-data 2 2 / 0
wp-module-template-drawer 2 2 / 0
wp-plugin-store-locator 2 2 / 0

complete listerrors / warnings

Rule detail
Errors
20
Warnings
0
Auto-fixable
20
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

77 Generic.CodeAnalysis.EmptyPHPStatementautomatic 8 19 WordPress default
Every repository this fires in 8 total
wp-plugin-request-quote 5 0 / 5
wp-plugin-memberships 3 0 / 3
wp-plugin-payments-shipping 3 0 / 3
wp-plugin-store-locator 3 0 / 3
wp-plugin-product-add-ons 2 0 / 2
wp-module-facebook 1 0 / 1
wp-module-maestro 1 0 / 1
wp-plugin-creativ-email 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
19
Auto-fixable
19
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

78 PSR12.Traits.UseDeclarationautomatic 2 18 WordPress default
Every repository this fires in 2 total
wp-plugin-payments-shipping 17 17 / 0
wp-plugin-memberships 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
18
Warnings
0
Auto-fixable
18
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

79 WordPress.WP.EnqueuedResourceParametersby hand 10 18 WordPress default
Every repository this fires in 10 total
wp-plugin-memberships 5 0 / 5
wp-plugin-catalog-mode 3 0 / 3
wp-plugin-ai-chat-poc 2 0 / 2
wp-plugin-wishlist 2 0 / 2
wp-module-deactivation 1 0 / 1
wp-module-facebook 1 0 / 1
wp-module-onboarding 1 0 / 1
wp-module-runtime 1 0 / 1
wp-module-solutions 1 0 / 1
wp-module-template-drawer 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
18
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

80 Squiz.Classes.SelfMemberReferenceautomatic 4 16 WordPress default
Every repository this fires in 4 total
wp-module-facebook 5 5 / 0
wp-plugin-payments-shipping 5 5 / 0
wp-plugin-gift-cards 4 4 / 0
wp-module-features 2 2 / 0

complete listerrors / warnings

Rule detail
Errors
16
Warnings
0
Auto-fixable
16
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

81 PSR2.Methods.MethodDeclaration64% automatic 2 14 WordPress default
Every repository this fires in 2 total
wp-plugin-wishlist 9 9 / 0
wp-plugin-memberships 5 0 / 5

complete listerrors / warnings

Rule detail
Errors
9
Warnings
5
Auto-fixable
9
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

82 Squiz.PHP.DisallowMultipleAssignmentsby hand 4 14 WordPress default
Every repository this fires in 4 total
wp-plugin-memberships 9 9 / 0
wp-plugin-advanced-reviews 3 3 / 0
wp-plugin-payments-shipping 1 1 / 0
wp-plugin-subscriptions 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
14
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

83 PSR12.Files.FileHeaderby hand 5 13 WordPress default
Every repository this fires in 5 total
wp-plugin-memberships 7 7 / 0
wp-plugin-subscriptions 3 3 / 0
wp-module-ai-images 1 1 / 0
wp-plugin-request-quote 1 1 / 0
wp-plugin-store-locator 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
13
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

84 Universal.UseStatements.NoLeadingBackslashautomatic 4 13 WordPress default
Every repository this fires in 4 total
wp-plugin-memberships 7 7 / 0
wp-plugin-store-locator 4 4 / 0
wp-plugin-payments-shipping 1 1 / 0
wp-plugin-product-add-ons 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
13
Warnings
0
Auto-fixable
13
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

85 Newfold.PHP.ForbiddenUnionTypeby hand 4 12 WordPress default
Every repository this fires in 4 total
wp-plugin-blu-store 8 8 / 0
wp-plugin-blueprint-exporter 2 2 / 0
wp-plugin-advanced-reviews 1 1 / 0
wp-plugin-pdf-invoices 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
12
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

86 Generic.CodeAnalysis.AssignmentInConditionby hand 3 11 WordPress default
Every repository this fires in 3 total
wp-plugin-memberships 9 0 / 9
wp-module-ai-assistant 1 0 / 1
wp-plugin-store-locator 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
11
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

87 Generic.CodeAnalysis.UselessOverridingMethodby hand 1 11 WordPress default
Every repository this fires in 1 total
wp-plugin-creativ-email 11 0 / 11

complete listerrors / warnings

Rule detail
Errors
0
Warnings
11
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

88 Squiz.PHP.NonExecutableCodeby hand 4 10 WordPress default
Every repository this fires in 4 total
wp-plugin-memberships 7 0 / 7
wp-plugin-creativ-email 1 0 / 1
wp-plugin-payments-shipping 1 0 / 1
wp-plugin-request-quote 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
10
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

89 WordPress.Security.SafeRedirectby hand 5 10 Newfold standard
Every repository this fires in 5 total
wp-plugin-blu-store 5 0 / 5
wp-plugin-memberships 2 0 / 2
wp-module-onboarding 1 0 / 1
wp-plugin-mojo 1 0 / 1
wp-plugin-request-quote 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
10
Auto-fixable
0
Share of all findings
0.0%

Cited by wp-security-checks, so the reasoning behind it is documented and reviewable.

90 WordPress.DB.PreparedSQLPlaceholdersby hand 5 9 WordPress default
Every repository this fires in 5 total
wp-plugin-memberships 3 3 / 0
wp-plugin-creativ-email 2 0 / 2
wp-plugin-subscriptions 2 2 / 0
wp-plugin-product-add-ons 1 0 / 1
wp-plugin-store-locator 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
6
Warnings
3
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

91 Squiz.WhiteSpace.SemicolonSpacingautomatic 6 9 WordPress default
Every repository this fires in 6 total
wp-plugin-memberships 2 2 / 0
wp-plugin-payments-shipping 2 2 / 0
wp-plugin-product-add-ons 2 2 / 0
wp-plugin-ecomdash 1 1 / 0
wp-plugin-request-quote 1 1 / 0
wp-plugin-store-locator 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
9
Warnings
0
Auto-fixable
9
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

92 PSR2.ControlStructures.ElseIfDeclarationautomatic 5 9 WordPress default
Every repository this fires in 5 total
wp-plugin-payments-shipping 4 0 / 4
wp-plugin-memberships 2 0 / 2
wp-plugin-blu-store 1 0 / 1
wp-plugin-product-add-ons 1 0 / 1
wp-plugin-store-locator 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
9
Auto-fixable
9
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

93 Generic.WhiteSpace.LanguageConstructSpacingautomatic 4 7 WordPress default
Every repository this fires in 4 total
wp-plugin-payments-shipping 4 4 / 0
wp-plugin-product-add-ons 1 1 / 0
wp-plugin-request-quote 1 1 / 0
wp-plugin-wishlist 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
7
Warnings
0
Auto-fixable
7
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

94 PSR2.Files.ClosingTagautomatic 2 6 WordPress default
Every repository this fires in 2 total
wp-plugin-memberships 5 5 / 0
wp-plugin-wishlist 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
6
Warnings
0
Auto-fixable
6
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

95 PSR12.Classes.ClassInstantiationautomatic 2 5 WordPress default
Every repository this fires in 2 total
wp-plugin-blu-store 4 4 / 0
wp-plugin-payments-shipping 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
5
Warnings
0
Auto-fixable
5
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

96 Universal.CodeAnalysis.NoEchoSprintfautomatic 2 5 WordPress default
Every repository this fires in 2 total
wp-plugin-memberships 3 3 / 0
wp-plugin-ecomdash 2 2 / 0

complete listerrors / warnings

Rule detail
Errors
5
Warnings
0
Auto-fixable
5
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

97 Generic.Strings.UnnecessaryStringConcatby hand 2 5 WordPress default
Every repository this fires in 2 total
wp-plugin-product-add-ons 4 4 / 0
wp-plugin-memberships 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
5
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

98 Generic.Files.OneObjectStructurePerFileby hand 1 5 WordPress default
Every repository this fires in 1 total
wp-plugin-blu-store 5 5 / 0

complete listerrors / warnings

Rule detail
Errors
5
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

99 Universal.CodeAnalysis.ConstructorDestructorReturnby hand 2 4 WordPress default
Every repository this fires in 2 total
wp-module-onboarding 2 0 / 2
wp-plugin-request-quote 2 0 / 2

complete listerrors / warnings

Rule detail
Errors
0
Warnings
4
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

100 WordPress.WP.DeprecatedParametersby hand 1 4 WordPress default
Every repository this fires in 1 total
wp-plugin-store-locator 4 4 / 0

complete listerrors / warnings

Rule detail
Errors
4
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

101 Generic.Files.LineEndingsautomatic 1 4 WordPress default
Every repository this fires in 1 total
wp-plugin-memberships 4 4 / 0

complete listerrors / warnings

Rule detail
Errors
4
Warnings
0
Auto-fixable
4
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

102 Generic.CodeAnalysis.EmptyStatementby hand 3 4 WordPress default
Every repository this fires in 3 total
wp-plugin-payments-shipping 2 2 / 0
wp-module-template-drawer 1 1 / 0
wp-plugin-request-quote 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
4
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

103 Squiz.WhiteSpace.ScopeKeywordSpacingautomatic 1 3 WordPress default
Every repository this fires in 1 total
wp-plugin-search-filter 3 3 / 0

complete listerrors / warnings

Rule detail
Errors
3
Warnings
0
Auto-fixable
3
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

104 WordPress.WP.CapitalPDangitautomatic 1 3 WordPress default
Every repository this fires in 1 total
wp-plugin-creativ-email 3 0 / 3

complete listerrors / warnings

Rule detail
Errors
0
Warnings
3
Auto-fixable
3
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

105 Squiz.Commenting.EmptyCatchCommentby hand 3 3 WordPress default
Every repository this fires in 3 total
wp-plugin-gift-cards 1 1 / 0
wp-plugin-payments-shipping 1 1 / 0
wp-plugin-wishlist 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
3
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

106 WordPress.WP.DeprecatedFunctionsby hand 2 3 WordPress default
Every repository this fires in 2 total
wp-plugin-memberships 2 2 / 0
wp-plugin-subscriptions 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
3
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

107 Universal.Arrays.DuplicateArrayKeyby hand 2 3 WordPress default
Every repository this fires in 2 total
wp-plugin-store-locator 2 2 / 0
wp-plugin-request-quote 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
3
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

108 Generic.Formatting.SpaceAfterCastautomatic 1 2 WordPress default
Every repository this fires in 1 total
wp-plugin-store-locator 2 2 / 0

complete listerrors / warnings

Rule detail
Errors
2
Warnings
0
Auto-fixable
2
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

109 WordPress.PHP.IniSetby hand 1 2 WordPress default
Every repository this fires in 1 total
wp-module-ai-page-designer 2 0 / 2

complete listerrors / warnings

Rule detail
Errors
0
Warnings
2
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

110 PEAR.Files.IncludingFileautomatic 2 2 WordPress default
Every repository this fires in 2 total
wp-module-ai-images 1 1 / 0
wp-plugin-payments-shipping 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
1
Warnings
1
Auto-fixable
2
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

111 WordPress.WP.CronIntervalby hand 2 2 WordPress default
Every repository this fires in 2 total
wp-module-installer 1 0 / 1
wp-module-tasks 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
2
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

112 Modernize.FunctionCalls.Dirnameautomatic 2 2 WordPress default
Every repository this fires in 2 total
wp-plugin-blueprint 1 1 / 0
wp-plugin-product-add-ons 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
2
Warnings
0
Auto-fixable
2
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

113 WordPress.DateTime.CurrentTimeTimestampby hand 2 2 WordPress default
Every repository this fires in 2 total
wp-plugin-gift-cards 1 0 / 1
wp-plugin-memberships 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
2
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

114 WordPress.WP.EnqueuedResourcesby hand 1 1 WordPress default
Every repository this fires in 1 total
wp-module-notifications 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
1
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

115 WordPress.WP.GetMetaSingleby hand 1 1 WordPress default
Every repository this fires in 1 total
wp-plugin-gift-cards 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
1
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

116 Generic.PHP.ForbiddenFunctionsby hand 1 1 WordPress default
Every repository this fires in 1 total
wp-plugin-memberships 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
1
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

117 Squiz.WhiteSpace.CastSpacingautomatic 1 1 WordPress default
Every repository this fires in 1 total
wp-plugin-one-click-checkout 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
1
Warnings
0
Auto-fixable
1
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

118 Generic.PHP.LowerCaseConstantautomatic 1 1 WordPress default
Every repository this fires in 1 total
wp-plugin-product-add-ons 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
1
Warnings
0
Auto-fixable
1
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

119 Generic.CodeAnalysis.ForLoopWithTestFunctionCallby hand 1 1 WordPress default
Every repository this fires in 1 total
wp-plugin-product-add-ons 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
1
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

120 Squiz.PHP.DisallowSizeFunctionsInLoopsby hand 1 1 WordPress default
Every repository this fires in 1 total
wp-plugin-product-add-ons 1 1 / 0

complete listerrors / warnings

Rule detail
Errors
1
Warnings
0
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

121 PHPCompatibility.FunctionNameRestrictions.ReservedFunctionNamesby hand 1 1 WordPress default
Every repository this fires in 1 total
wp-plugin-product-comparison 1 0 / 1

complete listerrors / warnings

Rule detail
Errors
0
Warnings
1
Auto-fixable
0
Share of all findings
0.0%

No written standard cites this rule. It comes in with the WordPress Coding Standards defaults, which is true of 73% of findings.

Reach and volume rank differently, so both orders are worth reading. Findings bars are log scaled: counts run from 1 to 18,257, and a linear bar would flatten everything below the top few to nothing.

Severity is whatever the linting tools report. 3 of the checks that fired are ours and follow our policy; the rest carry the severities the WordPress Coding Standards ship with. Error against warning is not a consistent statement of importance across the whole set.

Regenerated nightly from one payload. Filter and sort state is written to the URL, so any narrowed view is a link you can send.