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
553 B
18 lines
553 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ruleset name="RSS-Bridge PHPCompatibility">
|
|
<description>Defines rules for PHPCompatibility</description>
|
|
<exclude-pattern>./static</exclude-pattern>
|
|
<exclude-pattern>./vendor</exclude-pattern>
|
|
|
|
<!-- Run against the PHPCompatibility ruleset -->
|
|
<!--
|
|
|
|
-->
|
|
<config name="testVersion" value="7.4-"/>
|
|
<rule ref="PHPCompatibility">
|
|
<!-- This sniff is very overzealous and inaccurate, so we'll disable it -->
|
|
<exclude name="PHPCompatibility.Extensions.RemovedExtensions"/>
|
|
</rule>
|
|
|
|
</ruleset>
|