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

Ignore errors in old resource files; they will be removed in 2.0 anyway

parent fac29ca5
No related branches found
No related tags found
No related merge requests found
...@@ -31,9 +31,12 @@ ...@@ -31,9 +31,12 @@
<exclude-pattern>tests/lib/SimpleSAML/Auth/TimeLimitedTokenTest.php</exclude-pattern> <exclude-pattern>tests/lib/SimpleSAML/Auth/TimeLimitedTokenTest.php</exclude-pattern>
<exclude-pattern>www/shib13</exclude-pattern> <exclude-pattern>www/shib13</exclude-pattern>
<!-- Exclude old PHP templates; they are removed in SSP 2.0 --> <!-- Exclude old PHP templates (and related); they are removed in SSP 2.0 -->
<exclude-pattern>modules/*/templates/*.tpl.php</exclude-pattern> <exclude-pattern>modules/*/templates/*.tpl.php</exclude-pattern>
<exclude-pattern>templates/*.tpl.php</exclude-pattern> <exclude-pattern>templates/*.tpl.php</exclude-pattern>
<exclude-pattern>www/resources/jquery-ui-1.8.js</exclude-pattern>
<exclude-pattern>www/resources/clipboard.min.js</exclude-pattern>
<exclude-pattern>www/resources/jquery-1.8.js</exclude-pattern>
<!-- Exclude Stubs until we use simplesamlphp/simplesamlphp-test-framework --> <!-- Exclude Stubs until we use simplesamlphp/simplesamlphp-test-framework -->
<exclude-pattern>tests/Utils/Stubs/*</exclude-pattern> <exclude-pattern>tests/Utils/Stubs/*</exclude-pattern>
...@@ -61,7 +64,7 @@ ...@@ -61,7 +64,7 @@
<exclude-pattern>lib/SimpleSAML/XHTML/Template.php</exclude-pattern> <exclude-pattern>lib/SimpleSAML/XHTML/Template.php</exclude-pattern>
</rule> </rule>
<!-- Ignore files with sid effects that we cannot fix --> <!-- Ignore files with side effects that we cannot fix -->
<rule ref="PSR1.Files.SideEffects"> <rule ref="PSR1.Files.SideEffects">
<exclude-pattern>lib/_autoload_modules.php</exclude-pattern> <exclude-pattern>lib/_autoload_modules.php</exclude-pattern>
<exclude-pattern>tests/_autoload_modules.php</exclude-pattern> <exclude-pattern>tests/_autoload_modules.php</exclude-pattern>
......
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