You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<rulesetname="WooCommerce Shipping & Tax — common">
<description>Shared file/exclude/arg/config for all WooCommerce Shipping & Tax PHPCS rulesets. Imported by .phpcs.security.xml, .phpcs.identity.xml, and .phpcs.php.xml so settings stay in one place.</description>
<file>.</file>
<!-- Exclude paths. The first pattern excludes any folder whose name starts with a dot
(.git/, .github/, .husky/, …) so dotfile dirs don't need to be listed. The remaining
entries mirror the ignore list the composer check-* scripts used to carry. -->
<exclude-pattern>/\.[^/]+/</exclude-pattern>
<exclude-pattern>vendor/</exclude-pattern>
<exclude-pattern>assets/</exclude-pattern>
<exclude-pattern>node_modules/</exclude-pattern>
<exclude-pattern>dist/</exclude-pattern>
<exclude-pattern>docker/</exclude-pattern>
<exclude-pattern>release/</exclude-pattern>
<exclude-pattern>bin/</exclude-pattern>
<exclude-pattern>wp-calypso/</exclude-pattern>
<!-- Show progress + source codes; colors; PHP only. -->
<argvalue="ps"/>
<argname="colors"/>
<argname="extensions"value="php"/>
<!-- Strip the filepaths in reports down to the relevant bit. -->