File: ncs.xml

package info (click to toggle)
php-nette-utils 4.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,444 kB
  • sloc: php: 4,152; xml: 9; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<ruleset name="Custom" namespace="Nette">
	<rule ref="$presets/php80.xml"/>

	<!-- bug in FunctionSpacingSniff -->
	<exclude-pattern>./tests/Utils/Reflection.getDeclaringMethod.alias.phpt</exclude-pattern>
	<exclude-pattern>./tests/Utils/Reflection.getDeclaringMethod.insteadof.phpt</exclude-pattern>

	<!-- utf8_decode -->
	<rule ref="Generic.PHP.DeprecatedFunctions.Deprecated">
		<exclude-pattern>Strings.php</exclude-pattern>
	</rule>
</ruleset>