Update syntax test script

This commit is contained in:
Zach Borboa
2014-03-29 01:19:49 -07:00
parent 468980b836
commit 967181499a
+1 -8
View File
@@ -1,8 +1 @@
# FIXME: Use ruleset.xml
phpcs ../src/Curl.class.php | \
grep -v "| ERROR | Expected \"} else {\\\n\"; found \"}\\\n" | \
grep -v "| ERROR | Missing class doc comment" | \
grep -v "| ERROR | Missing file doc comment" | \
grep -v "| ERROR | Missing function doc comment" | \
grep -v "| ERROR | Opening brace should be on a new line" | \
grep -v "| WARNING | Line exceeds 85 characters;"
phpcs --standard=PSR2 ../src/Curl.class.php