Skip to content

Commit c0f2c8a

Browse files
committed
fix(rules): Fixed installed path to support local development and usage in games.
1 parent 62f596b commit c0f2c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.ruleset.81.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<config name="testVersion" value="8.1"/>
2020
<config name="php_version" value="80100"/>
21-
<config name="installed_paths" value="src/PixelFederationCodingStandard,vendor/phpcompatibility/php-compatibility,vendor/slevomat/coding-standard"/>
21+
<config name="installed_paths" value="src/PixelFederationCodingStandard,vendor/pixelfederation/coding-standards/src/PixelFederationCodingStandard,vendor/phpcompatibility/php-compatibility,vendor/slevomat/coding-standard"/>
2222

2323
<rule ref="PixelFederationCodingStandard.ControlStructures.DisallowSwitchStatement"/>
2424

0 commit comments

Comments
 (0)