File: /home/parhudrw/ve.anqa.it/wp-content/plugins/depicter/vendor/netresearch/jsonmapper/phpcs.xml
<?xml version="1.0"?>
<ruleset name="JsonMapper"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="phpcs.xsd">
<rule ref="PEAR">
<exclude name="PEAR.Commenting.FileComment.Missing"/>
<exclude name="PEAR.Commenting.ClassComment.MissingCategoryTag"/>
</rule>
<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="100"/>
</properties>
</rule>
<file>src/</file>
</ruleset>