-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.phpcs.xml
15 lines (15 loc) · 856 Bytes
/
.phpcs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<ruleset name="PhpFlickr">
<file>.</file>
<exclude-pattern>vendor/</exclude-pattern>
<exclude-pattern>.phan/baseline.php</exclude-pattern>
<rule ref="OpsWayStrictPSR12CodingStandard">
<exclude name="WebimpressCodingStandard.NamingConventions.AbstractClass.Prefix" />
<exclude name="WebimpressCodingStandard.PHP.ImportInternalFunction.Import" />
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing.IncorrectWhitespaceBeforeColon" />
<exclude name="Generic.Formatting.MultipleStatementAlignment.NotSame" />
<exclude name="WebimpressCodingStandard.Arrays.DoubleArrow.SpacesBefore" />
<exclude name="Generic.Formatting.SpaceAfterNot.Incorrect" />
<exclude name="WebimpressCodingStandard.PHP.ImportInternalConstant.Import" />
</rule>
</ruleset>