Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Régler la dette technique #4

Open
1 of 9 tasks
Progi1984 opened this issue Aug 5, 2013 · 1 comment
Open
1 of 9 tasks

Régler la dette technique #4

Progi1984 opened this issue Aug 5, 2013 · 1 comment

Comments

@Progi1984
Copy link
Owner

Progi1984 commented Aug 5, 2013

CI

Automation

  • Perform syntax check of sourcecode files via lint (php -l)
  • Measure project size using PHPLOC (phploc)
  • Calculate software metrics using PHP_Depend (pdepend)
  • Perform project mess detection using PHPMD and print human readable output. Intended for usage on the command line before committing (pmd)
  • Find coding standard violations using PHP_CodeSniffer and print human readable output. Intended for usage on the command line before committing (PHP_CodeSniffer)
  • Find duplicate code using PHPCPD (phpcpd)
  • Generate API documentation (phpdocumentor)
@Progi1984
Copy link
Owner Author

Mise en place du CI : OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant