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

Commit

Permalink
Merge pull request #3 from wizaplace/hectorj-patch-1
Browse files Browse the repository at this point in the history
Enforce file comment
  • Loading branch information
KuiKui authored Sep 15, 2017
2 parents bd776da + 01fb005 commit 06eeb69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Wizaplace/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
<exclude name="Symfony.ControlStructure.UnaryOperators" />
<exclude name="Symfony.ControlStructure.YodaConditions" />
</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 06eeb69

Please sign in to comment.