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 8605109 commit f78589fCopy full SHA for f78589f
.gitlab-ci.yml
@@ -1,6 +1,6 @@
1
-WSC CI:
+WSC:
2
script:
3
- - git ls-files | xargs wc -l
4
- - find . -type f -name '*.php' -not -path "./WCF/*" |xargs -I file php -l file
5
- - git clone --branch=next --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
6
- - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" . --ignore="/WCF/*" --ignore="/files/lib/system/api/phpqrcode/*"
+ - git ls-files | xargs wc -l
+ - find . -type f -name '*.php' -not -path "./WCF/*" |xargs -I file php -l file
+ - git clone --branch=5.3 --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
+ - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" . --ignore="/WCF/*"
0 commit comments