This repository has been archived on 2023-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
machines-serv/ruleset.xml

10 lines
342 B
XML
Raw Normal View History

2019-04-22 21:53:26 +02:00
<?xml version="1.0"?>
<ruleset name="Custom">
<description>Machines coding standard</description>
<rule ref="PEAR">
<exclude name="PEAR.Commenting.FileComment.Missing"/>
<exclude name="PEAR.Commenting.FunctionComment.Missing"/>
<exclude name="PEAR.Commenting.FunctionComment.WrongStyle"/>
</rule>
</ruleset>