forked from woocommerce/code-reference
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpcs.xml
More file actions
Latest commit
14 lines (12 loc) · 362 Bytes
/
Copy pathphpcs.xml
File metadata and controls
14 lines (12 loc) · 362 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<rulesetname="PHP_CodeSniffer">
<description>PHPCS configuration file.</description>
<file>.</file>
<ruleref="PSR12" />
<ruleref="Generic.Files.LineLength.TooLong">
<severity>0</severity>
</rule>
<ruleref="PSR1.Files.SideEffects.FoundWithSymbols">
<severity>0</severity>
</rule>
</ruleset>