Skip to content

Commit c743c7c

Browse files
committed
Update README.md
1 parent 4be6e19 commit c743c7c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# phing-static-code-analysis-for-composer-projects
1+
# Static code analysis for php/composer projects
2+
23
This is a Phing build file that I generally use to run static code analysis tools and phpunit in my composer projects.
4+
5+
It runs:
6+
* PHP Lint
7+
* PHP CodeSniffer for PSR2 standard.
8+
* PHPMD for unusedcode, codesize, controversial, design, naming rules.
9+
* PHP Copy Paste detector
10+
* PHP LOC.
11+
* PHPUnit + Codecoverage.
12+
13+
All results are saved inside phing-build directory.

0 commit comments

Comments
 (0)