File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 -->
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 >
You can’t perform that action at this time.
0 commit comments