pods
Last commit date
classes
2 weeks ago
components
2 weeks ago
deprecated
2 weeks ago
includes
2 weeks ago
sql
2 weeks ago
src
2 weeks ago
tribe-common
2 weeks ago
ui
2 weeks ago
vendor
2 weeks ago
.phpcs.compat.xml
2 weeks ago
.phpcs.xml
2 weeks ago
changelog.txt
2 weeks ago
init.php
2 weeks ago
license.txt
2 weeks ago
readme.txt
2 weeks ago
.phpcs.compat.xml
22 lines
| 1 | <?xml version="1.0"?> |
| 2 | <ruleset name="Pods PHP Compatibility"> |
| 3 | <config name="testVersion" value="5.6-"/> |
| 4 | |
| 5 | <exclude-pattern>*/\.github/*</exclude-pattern> |
| 6 | <exclude-pattern>*/\.wordpress-org/*</exclude-pattern> |
| 7 | <exclude-pattern>*/files/*</exclude-pattern> |
| 8 | <exclude-pattern>*/node_modules/*</exclude-pattern> |
| 9 | <exclude-pattern>*/repo/*</exclude-pattern> |
| 10 | <exclude-pattern>*/tests/*</exclude-pattern> |
| 11 | <exclude-pattern>*/vendor/*</exclude-pattern> |
| 12 | <exclude-pattern>*/cli/*</exclude-pattern> |
| 13 | <exclude-pattern>*/fields/*</exclude-pattern> |
| 14 | <exclude-pattern>*/widgets/*</exclude-pattern> |
| 15 | |
| 16 | <arg name="extensions" value="php"/> |
| 17 | <arg name="colors"/> |
| 18 | <arg name="report" value="full,summary"/> |
| 19 | |
| 20 | <rule ref="PHPCompatibilityWP"/> |
| 21 | </ruleset> |
| 22 |