Skip to content

Commit

Permalink
Merge pull request #1598 from Automattic/master
Browse files Browse the repository at this point in the history
Alpha release Nov 16
  • Loading branch information
leogermani authored Nov 16, 2023
2 parents b99f368 + 55dbf42 commit 4fc714f
Show file tree
Hide file tree
Showing 32 changed files with 675 additions and 293 deletions.
7 changes: 6 additions & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@
<config name="minimum_supported_wp_version" value="4.6"/>
<rule ref="WordPress">
</rule>
<rule ref="WordPress">
<rule ref="WordPress">
<exclude name="Generic.Arrays.DisallowShortArraySyntax.Found" />
<exclude name="Universal.Arrays.DisallowShortArraySyntax.Found" />
<exclude name="Universal.Operators.DisallowStandalonePostIncrementDecrement.PostIncrementFound" />
<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction" />
<exclude name="WordPress.PHP.YodaConditions.NotYoda" />
<exclude name="Generic.Formatting.MultipleStatementAlignment.NotSameWarning" />
</rule>
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
<properties>
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"type": "wordpress-plugin",
"require-dev": {
"composer/installers": "~2.0",
"automattic/vipwpcs": "^2.0.0",
"automattic/vipwpcs": "^3.0",
"brainmaestro/composer-git-hooks": "^2.6",
"wp-coding-standards/wpcs": "*",
"wp-coding-standards/wpcs": "^3.0",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"sirbrillig/phpcs-variable-analysis": "^2.10",
Expand Down
190 changes: 171 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4fc714f

Please sign in to comment.