Skip to content

Commit

Permalink
Suppress errors on long lines we cannot fix immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 18, 2023
1 parent 63900f5 commit 446140a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
</properties>
<exclude-pattern>tests/SAML2/AssertionTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/Assertion/ProcessorTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/Assertion/Validation/AssertionValidatorTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/AttributeQueryTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/AuthnRequestTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/BindingTest.php</exclude-pattern>
Expand All @@ -69,8 +70,11 @@
<exclude-pattern>tests/SAML2/XML/md/EntityDescriptorTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/XML/mdattr/EntityAttributesTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/XML/mdui/LogoTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/XML/saml/AssertionTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/XML/saml/AttributeValueTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/XML/saml/AuthnContextTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/XML/saml/EncryptedAssertionTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/XML/saml/EncryptedIDTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/XML/saml/IssuerXMLShowAllTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/XML/saml/NameIDTest.php</exclude-pattern>
<exclude-pattern>tests/SAML2/XML/samlp/RequestedAuthnContextTest.php</exclude-pattern>
Expand Down

0 comments on commit 446140a

Please sign in to comment.