mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 17:45:40 +03:00
15 lines
405 B
XML
15 lines
405 B
XML
<?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.1-"/>
|
|
<rule ref="PHPCompatibility">
|
|
</rule>
|
|
|
|
</ruleset>
|