Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion BigBite-Docs/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
<exclude name="Squiz.Commenting.BlockComment.WrongStart" />
</rule>
<!-- Check class comments for conformity. -->
<rule ref="Squiz.Commenting.ClassComment" />
<rule ref="Squiz.Commenting.ClassComment">
<exclude name="Squiz.Commenting.ClassComment.TagNotAllowed" />
</rule>
<!-- Check block comment alignment. -->
<rule ref="Squiz.Commenting.DocCommentAlignment" />
<!-- Enforce explanatory comments for empty catch statements. -->
Expand Down