PluginProbe
Packeta / 2.1
Packeta v2.1
2.3.2 2.3.1 trunk 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3.0 1.3.1 1.3.2 1.4 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 All 56 releases
packeta / deps / nette / utils / ncs.xml

ncs.xml in Packeta 2.1, at deps/nette/utils/ncs.xml

19 lines 687 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <ruleset name="Custom" namespace="Nette">
3 <rule ref="$presets/php72.xml"/>
4
5 <!-- bug in SlevomatCodingStandard -->
6 <rule ref="SlevomatCodingStandard.Operators.RequireCombinedAssignmentOperator">
7 <severity>0</severity>
8 </rule>
9
10 <!-- bug in FunctionSpacingSniff -->
11 <exclude-pattern>./tests/Utils/Reflection.getDeclaringMethod.alias.phpt</exclude-pattern>
12 <exclude-pattern>./tests/Utils/Reflection.getDeclaringMethod.insteadof.phpt</exclude-pattern>
13
14 <!-- use function in Arrays.php, Callback.php, Html.php, Strings.php -->
15 <rule ref="SlevomatCodingStandard.Namespaces.MultipleUsesPerLine.MultipleUsesPerLine">
16 <severity>0</severity>
17 </rule>
18 </ruleset>
19