1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Don't check WCF files

This commit is contained in:
Tim Düsterhus 2013-05-01 16:52:05 +02:00
parent 764af53d53
commit 0fece73270

View File

@ -12,5 +12,5 @@ before_script:
- sed -i 's/<rule ref="WCF.Namespaces.ClassMustBeImported" \/>//' WCF/CodeSniff/WCF/ruleset.xml
- sed -i 's/<rule ref="WCF.Namespaces.UseDeclaration" \/>//' WCF/CodeSniff/WCF/ruleset.xml
script:
- find . -type f -name '*.php' |xargs -I file php -l file
- find file -type f -name '*.php' |xargs -I file php -l file
- phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" file