Skip to content

Commit 0f5e2ca

Browse files
committed
Exclude long-lines with the proper rule
1 parent 21836af commit 0f5e2ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpcs.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313

1414
<rule ref="Generic.NamingConventions.UpperCaseConstantName.ConstantNotUpperCase">
1515
<exclude-pattern>**/Assertion.php</exclude-pattern>
16-
<exclude-pattern>**/AuthnRequest.php</exclude-pattern>
17-
<exclude-pattern>**/LogoutRequest.php</exclude-pattern>
1816
<exclude-pattern>**/EncryptedAssertion.php</exclude-pattern>
19-
<exclude-pattern>**/StatusResponse.php</exclude-pattern>
2017
</rule>
2118

2219
<!-- Lines can be a little bit longer before they break the build -->
@@ -25,6 +22,9 @@
2522
<property name="lineLimit" value="80"/>
2623
<property name="absoluteLineLimit" value="120"/>
2724
</properties>
25+
<exclude-pattern>**/AuthnRequest.php</exclude-pattern>
2826
<exclude-pattern>**/EntityDescriptor.php</exclude-pattern>
27+
<exclude-pattern>**/LogoutRequest.php</exclude-pattern>
28+
<exclude-pattern>**/StatusResponse.php</exclude-pattern>
2929
</rule>
3030
</ruleset>

0 commit comments

Comments
 (0)