Skip to content
Snippets Groups Projects
Commit feea8f88 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Suppress long lines on two tests

parent a6be2590
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,10 @@
<property name="lineLimit" value="120"/>
<property name="absoluteLineLimit" value="130"/>
</properties>
<!-- Exclude files with long lines that we cannot immediately fix -->
<exlude-pattern>tests/lib/SimpleSAML/Metadata/MetaDataStorageSourceTest.php</exclude-pattern>
<exlude-pattern>tests/lib/SimpleSAML/Metadata/SAMLParserTest.php</exclude-pattern>
</rule>
<!-- Ignore these warnings until PHP 7.1 becomes the minimum required version -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment