mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 09:39:05 +00:00
9 lines
466 B
Bash
9 lines
466 B
Bash
# FIXME: Use ruleset.xml
|
|
phpcs ../lib/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;"
|