Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 12, 2022
1 parent 6ce01de commit 3228005
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ncs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,29 @@
<rule ref="SlevomatCodingStandard.PHP.RequireNowdoc.RequiredNowdoc">
<severity>0</severity>
</rule>

<!-- used in tests/Tracy/Dumper.toText().specials.generator.phpt -->
<rule ref="Squiz.PHP.NonExecutableCode.Unreachable">
<severity>0</severity>
</rule>

<!-- used in Node.php and some tests -->
<rule ref="Squiz.PHP.NonExecutableCode.Unreachable">
<severity>0</severity>
</rule>

<!-- public foo /*readonly*/ $foo -->
<rule ref="Squiz.Commenting.VariableComment.WrongStyle">
<severity>0</severity>
</rule>

<!-- used in TemplateLexer.php -->
<rule ref="Squiz.Operators.ValidLogicalOperators.NotAllowed">
<severity>0</severity>
</rule>

<!-- use function in Filters.php -->
<rule ref="SlevomatCodingStandard.Namespaces.MultipleUsesPerLine.MultipleUsesPerLine">
<severity>0</severity>
</rule>
</ruleset>

0 comments on commit 3228005

Please sign in to comment.