Skip to content

Commit 7fd2604

Browse files
committed
Adding codestyle exclusion
1 parent 400955b commit 7fd2604

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@
1919
<rule ref="PSR12">
2020
<exclude name="Generic.Files.LineLength.MaxExceeded"/>
2121
<exclude name="Generic.Files.LineLength.TooLong"/>
22+
<exclude name="PSR1.Files.SideEffects.FoundWithSymbols"/>
23+
<exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps"/>
2224
</rule>
2325
</ruleset>

0 commit comments

Comments
 (0)