Skip to content
Snippets Groups Projects
Verified Commit c9772917 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: dont pollute lint script with grep

parent 2e54a34b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
- composer install --no-dev
- rm auth.json
script:
- find -name '*.php' -print0 |xargs -n1 -0 -P16 php -l |grep -v "No syntax errors detected" && exit 1
- find -name '*.php' -print0 |xargs -I{} -0 -P16 php -l {} >/dev/null
lint:8.3:
extends: .lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment