We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffa1f6 commit ca6e0ccCopy full SHA for ca6e0cc
.gitlab-ci.yml
@@ -8,12 +8,12 @@ stages:
8
9
syntax:lint:
10
stage: syntax
11
+ image: bobey/docker-gitlab-ci-runner-php7
12
allow_failure: false
13
14
script:
15
+ - composer require overtrue/phplint
16
- echo "Syntax checking PHP files"
17
- echo "For more information http://www.icosaedro.it/phplint/"
- - shopt -s globstar
- - set -e
18
- - for x in **/*.php **/*.lng ; do php -l "$x" ; done
+ - vendor/bin/phplint
19
0 commit comments