stecman / symfony-console-completion

Automatic tab-key completion for Symfony console application options, arguments and parameters
MIT License
420 stars 26 forks source link

Integration with Scrutinizer CI #26

Closed aik099 closed 9 years ago

aik099 commented 9 years ago

The Scrutinizer CI (https://scrutinizer-ci.com/) service offers great insights into project will gather crutial information about that project that will allow to quickly spot any potential problematic places.

Because it also runs on PRs nobody will introduce new issues.

aik099 commented 9 years ago

@stecman , tell me if you need any help with setting up this integration, because I've done it already on several projects.

aik099 commented 9 years ago

Some things missing:

  1. integration with PHP_CodeSniffer for it automatically check PSR-2 violations - https://scrutinizer-ci.com/docs/tools/php/code-sniffer/
  2. code coverage information - https://scrutinizer-ci.com/docs/tools/external-code-coverage/