Skip to content

Commit

Permalink
Update TribalScents to StellarWP
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Aug 31, 2024
1 parent 76075de commit 194a0f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<arg name="colors"/>
<arg name="report" value="full,summary"/>

<rule ref="TribalScents"/>
<rule ref="StellarWP"/>
<rule ref="WordPress-VIP-Go"/>
<rule ref="WordPress">
<exclude name="WordPress.Files.FileName"/>
Expand All @@ -43,12 +43,15 @@
</rule>

<rule ref="PEAR">
<exclude name="PEAR.ControlStructures.MultiLineCondition.SpacingAfterOpenBrace"/>
<exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"/>
</rule>

<rule ref="Generic">
<exclude name="Generic.WhiteSpace.DisallowTabIndent.TabsUsed"/>
<exclude name="Generic.Arrays.DisallowShortArraySyntax.Found"/>
<exclude name="Generic.Files.LineLength.TooLong"/>
<exclude name="Generic.Formatting.NoSpaceAfterCast.SpaceFound"/>
<exclude name="Generic.WhiteSpace.DisallowTabIndent.TabsUsed"/>
</rule>

<rule ref="Squiz.PHP">
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpunit/phpunit": "^6.5",
"stellarwp/coding-standards": "dev-main",
"spatie/phpunit-snapshot-assertions": "^1.4.2",
"szepeviktor/phpstan-wordpress": "*",
"the-events-calendar/coding-standards": "dev-main",
"wp-cli/wp-cli": "2.*",
"wp-coding-standards/wpcs": "^3.0.1"
},
Expand Down

0 comments on commit 194a0f6

Please sign in to comment.