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

Merge branch 'fix/linter' into 'master'

fix: don't interfere with stdout/stderr in linter

See merge request wpdesk/gitlab-ci!223
parents f07f8c57 bc8464cc
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 2>/dev/null
- find -name '*.php' -print0 |xargs -n1 -0 -P16 php -l |grep -v "No syntax errors detected"
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