don't apply any memory limits when running code sniffer

This commit is contained in:
Andreas Gohr 2019-02-19 19:52:18 +01:00
parent 1f4834b716
commit b196d8de5c
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
<arg value="sp"/>
<arg name="extensions" value="php"/>
<ini name="memory_limit" value="-1" />
<!-- where to look -->
<file>../inc</file>
<file>../lib</file>