| 1 |
<?xml version="1.0"?> |
| 2 |
<ruleset name="JsonMapper" |
| 3 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 |
xsi:noNamespaceSchemaLocation="phpcs.xsd"> |
| 5 |
|
| 6 |
<rule ref="PEAR"> |
| 7 |
<exclude name="PEAR.Commenting.FileComment.Missing"/> |
| 8 |
<exclude name="PEAR.Commenting.ClassComment.MissingCategoryTag"/> |
| 9 |
</rule> |
| 10 |
<rule ref="Generic.Files.LineLength"> |
| 11 |
<properties> |
| 12 |
<property name="lineLimit" value="100"/> |
| 13 |
</properties> |
| 14 |
</rule> |
| 15 |
|
| 16 |
<file>src/</file> |
| 17 |
</ruleset> |
| 18 |
|