You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
687 B
18 lines
687 B
<?xml version="1.0"?>
|
|
<ruleset name="Custom" namespace="Nette">
|
|
<rule ref="$presets/php72.xml"/>
|
|
|
|
<!-- bug in SlevomatCodingStandard -->
|
|
<rule ref="SlevomatCodingStandard.Operators.RequireCombinedAssignmentOperator">
|
|
<severity>0</severity>
|
|
</rule>
|
|
|
|
<!-- bug in FunctionSpacingSniff -->
|
|
<exclude-pattern>./tests/Utils/Reflection.getDeclaringMethod.alias.phpt</exclude-pattern>
|
|
<exclude-pattern>./tests/Utils/Reflection.getDeclaringMethod.insteadof.phpt</exclude-pattern>
|
|
|
|
<!-- use function in Arrays.php, Callback.php, Html.php, Strings.php -->
|
|
<rule ref="SlevomatCodingStandard.Namespaces.MultipleUsesPerLine.MultipleUsesPerLine">
|
|
<severity>0</severity>
|
|
</rule>
|
|
</ruleset>
|
|
|