Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Update ruleset.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorj authored Sep 15, 2017
1 parent e6014d2 commit 01fb005
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Wizaplace/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@
<exclude name="Symfony.ControlStructure.UnaryOperators" />
<exclude name="Symfony.ControlStructure.YodaConditions" />
</rule>
<rule ref="PEAR.Commenting.FileComment">
<exclude name="PEAR.Commenting.FileComment.MissingCategoryTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingPackageTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingLinkTag"/>
<exclude name="PEAR.Commenting.FileComment.MissingVersion"/>
<exclude name="PEAR.Commenting.FileComment.MissingAuthorTag"/>
<exclude name="PEAR.Commenting.FileComment.IncompleteCopyright"/>
<exclude name="PEAR.Commenting.FileComment.IncompleteLicense"/>
</rule>
<rule ref="PEAR.Commenting.FileComment.Missing"/>
<rule ref="PEAR.Commenting.FileComment.MissingLicenseTag"/>
<rule ref="PEAR.Commenting.FileComment.MissingCopyrightTag"/>
<rule ref="PEAR.Commenting.FileComment.EmptyCopyrightTag"/>
<rule ref="PEAR.Commenting.FileComment.EmptyLicenseTag"/>
</ruleset>

0 comments on commit 01fb005

Please sign in to comment.