Skip to content

Commit

Permalink
Updated ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Jan 6, 2023
1 parent 3be8e79 commit 1fd481d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/linters/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,15 @@
</properties>
<type>warning</type>
</rule>
<rule ref="Squiz.Commenting.FunctionComment">
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNoFullStop" />
<exclude name="Squiz.Commenting.FunctionComment.ThrowsNotCapital" />
<exclude name="Squiz.Commenting.FunctionComment.ParamCommentFullStop" />
<exclude name="Squiz.Commenting.FunctionComment.EmptyThrows" />
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamType" />
<exclude name="Squiz.Commenting.FunctionComment.SpacingAfterParamName" />
<exclude name="Squiz.Commenting.FunctionComment.TypeHintMissing" />
<exclude name="Squiz.Commenting.FunctionComment.ScalarTypeHintMissing" />
<exclude name="Squiz.Commenting.FunctionComment.MissingParamComment" />
</rule>
</ruleset>

0 comments on commit 1fd481d

Please sign in to comment.