mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
suppress PHP Deprecated in vendor, as they need to be solved by the vendor
This commit is contained in:
parent
4fdc940e47
commit
f47be85acf
@ -12,6 +12,8 @@ cd ..
|
||||
find ${@-.} -name '*.php' -exec php -l {} \; 2>&1 | \
|
||||
# only show errors and PHP Deprecated, no success messages
|
||||
egrep '^(PHP|Parse error)' | \
|
||||
# suppress PHP Deprecated in vendor, as they need to be solved by the vendor
|
||||
egrep -v '^PHP Deprecated.*/vendor/' | \
|
||||
# output everything to stderr
|
||||
tee /dev/fd/2 | \
|
||||
# exclude several known problems, to be able to find new ones
|
||||
|
Loading…
Reference in New Issue
Block a user