File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 29
29
<arg value =" ps" />
30
30
31
31
<!-- For now, only the PHP files in src are scanned. -->
32
- <file >./src/php/ </file >
32
+ <file >./</file >
33
33
34
34
<!-- Code which doesn't go into production may have different requirements. -->
35
- <exclude-pattern >/ node_modules/* </exclude-pattern >
35
+ <exclude-pattern >node_modules/</exclude-pattern >
36
36
37
37
<!--
38
38
Currently, there are no dependencies managed by Composer.
39
39
This will need to be modified when that changes to ensure external packages meet compatibility requirements.
40
40
-->
41
- <exclude-pattern >/ vendor/* </exclude-pattern >
41
+ <exclude-pattern >vendor/</exclude-pattern >
42
42
43
43
<!-- Whitelist backwards compatible use of the `mysql_` extension in PHP < 7.0. -->
44
44
<rule ref =" PHPCompatibility.Extensions.RemovedExtensions.mysql_DeprecatedRemoved" >
45
- <exclude-pattern >/src/php/includes/class-health-check-site-status\.php</exclude-pattern >
46
- <exclude-pattern >/src/php/includes/class-health-check-debug-data\.php</exclude-pattern >
45
+ <exclude-pattern >HealthCheck/BackCompat/</exclude-pattern >
47
46
</rule >
48
47
</ruleset >
You can’t perform that action at this time.
0 commit comments