diff --git a/build/build.sh b/build/build.sh index 39db9b4..05eab9b 100644 --- a/build/build.sh +++ b/build/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # PHP METRICS -./bin/phpmetrics --report-html=./data/phpmetrics ../ --exclude="vendor","build","tests","data","console/skel","application/modules","application/include/vues/cache" +./bin/phpmetrics --report-html=./data/phpmetrics ../ --exclude="vendor","build","tests","data","skel","modules","cache" # PHP DOCUMENTOR php ./bin/phpDocumentor.phar -d ../application -d ../console -d ../domain --ignore "vendor/*,build/*,data/*,tests/*,console/skel/*,application/modules/*,application/inculde/vues/cache/*" -t ./data/api-docs/ @@ -14,7 +14,7 @@ php ./bin/phpmd.phar ../ xml codesize,naming,unusedcode --exclude '*vendor*' --e ./bin/phpcs -p --extensions=php --ignore=*/vendor/*,*/build/*,*/data/*,*/test/*,*/skel/*,*/modules/*,*/cache/*,*/public/* --report-xml=./logs/checkstyle.xml ../ # CHARTS OF PROJECTS -./bin/pdepend --jdepend-chart=data/jdepend-chart.svg --overview-pyramid=data/jdepend-overview.svg --summary-xml=data/jdepend-summary.xml --ignore=vendor,tests,build,data,console/skel,application/modules,application/inculde/vues/cache ../ +./bin/pdepend --jdepend-chart=data/jdepend-chart.svg --overview-pyramid=data/jdepend-overview.svg --summary-xml=data/jdepend-summary.xml --ignore=vendor,tests,build,data,skel,modules,cache ../ # TEXT METRIC OF PROJECT php ./bin/phploc-7.0.2.phar ../ --exclude ../vendor --exclude ../build --exclude ../tests --exclude ../data --exclude ../console/skel --exclude ../application/modules --exclude ../application/include/vues/cache --log-xml logs/phploc.xml > data/phploc.txt diff --git a/build/data/.gitignore b/build/data/.gitignore index c96a04f..e69de29 100644 --- a/build/data/.gitignore +++ b/build/data/.gitignore @@ -1,2 +0,0 @@ -* -!.gitignore \ No newline at end of file diff --git a/data/jdepend-output.php b/build/data/jdepend-output.php similarity index 100% rename from data/jdepend-output.php rename to build/data/jdepend-output.php diff --git a/data/jdepend-summary.xsl b/data/jdepend-summary.xsl deleted file mode 100644 index 93af979..0000000 --- a/data/jdepend-summary.xsl +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - -

- Project - - - cyclo: - - calls: - - - abstract: - concrete: - interfaces: - methods: - -

- -

- - code rank: - -

-
    - - - -
-
- - -
- -

- - - position-top-10 - - - position-top-20 - - - - weighted method count: - - outgoing coupling: - -

- -
- -

- - - position-top-10 - - - position-top-20 - - - ccn-is-low - - - - cyclo: - - npath: - -

-
-
\ No newline at end of file