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

refactor: check vendor_prefixed directory

parent 730c095e
No related branches found
No related tags found
No related merge requests found
.lint: &lint-tmpl
stage: tests
script: find -name '*.php' -not -path '*vendor*' -print0 | xargs -n1 -0 -P16 php -l >/dev/null
script:
- find -name '*.php' -not -path '*vendor/*' -print0 | xargs -n1 -0 -P16 php -l >/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