forked from googleads/google-ads-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs_ruleset.xml
More file actions
16 lines (16 loc) · 752 Bytes
/
phpcs_ruleset.xml
File metadata and controls
16 lines (16 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<ruleset name="google-ads-php-psr12">
<rule ref="PSR12"/>
<exclude-pattern>metadata</exclude-pattern>
<exclude-pattern>src/Google/Ads/GoogleAds/V[0-9]+</exclude-pattern>
<exclude-pattern>tests/metadata</exclude-pattern>
<exclude-pattern>tests/Google/Ads/GoogleAds/Util/FieldMasks/Proto</exclude-pattern>
<exclude-pattern>tests/Google/Ads/GoogleAds/V[0-9]+</exclude-pattern>
<exclude-pattern>examples/LaravelSampleApp/vendor</exclude-pattern>
<exclude-pattern>examples/LaravelSampleApp/storage</exclude-pattern>
<exclude-pattern>examples/LaravelSampleApp/bootstrap/cache</exclude-pattern>
<file>src</file>
<file>tests</file>
<file>examples</file>
<file>scripts</file>
</ruleset>