Skip to content
Snippets Groups Projects
Commit 78a72418 authored by Sebastian Pisula's avatar Sebastian Pisula
Browse files

feature(core): upgrade lint command

parent 67f0cf10
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
stage: tests
script:
- composer install --no-dev
- find -name '*.php' -print0 | xargs -n1 -0 -P16 php -l >/dev/null
- find -name '*.php' -print0 | xargs -n1 -0 -P16 php -l 2>/dev/null
lint:8.1:
<<: *lint-tmpl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment