Skip to content

Commit

Permalink
Reduce testing level in PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Mar 12, 2018
1 parent 28f1d7c commit 2efd087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tests": [
"/usr/bin/php /var/www/html/tki/vendor/bin/phpmd . text /var/www/html/tki/vendor/bin/phpmd.xml --exclude vendor/,templates/",
"/usr/bin/php /var/www/html/tki/vendor/bin/phpcs --standard=/var/www/html/tki/vendor/bin/phpcs.xml . --ignore=templates,vendor",
"/usr/bin/php /var/www/html/tki/vendor/bin/phpstan analyze --no-progress --no-ansi -l 5 -c /var/www/html/tki/vendor/bin/phpstan.neon -vvv ."
"/usr/bin/php /var/www/html/tki/vendor/bin/phpstan analyze --no-progress --no-ansi -l 3 -c /var/www/html/tki/vendor/bin/phpstan.neon -vvv ."
],
"post-update-cmd": [
"rm -rf vendor/ezyang/htmlpurifier/docs/",
Expand Down

0 comments on commit 2efd087

Please sign in to comment.