Add temp to ignored folders for code sniffer

The folder is created by PHPStan and contains PHPStan cache.
It doesn't cause any errors but including it makes the check much longer.

[MAILPOET-3889]
This commit is contained in:
Rostislav Wolny
2021-10-27 13:50:55 +02:00
committed by Veljko V
parent 64b591f70b
commit 8335e59a50

View File

@@ -389,6 +389,7 @@ class RoboFile extends \Robo\Tasks {
'tasks/phpstan/vendor',
'tasks/makepot',
'tools/vendor',
'temp',
'tests/_data',
'tests/_output',
'tests/_support/_generated',