File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ composer.phar
1212phpunit.phar
1313/phpunit.xml
1414.phpunit.result.cache
15+ /build
1516
1617
1718# --------------------------------------------
@@ -20,6 +21,12 @@ phpunit.phar
2021/phpcs.xml
2122
2223
24+ # --------------------------------------------
25+ # Local PHPMD Config.
26+ # --------------------------------------------
27+ /phpmd.xml
28+
29+
2330# --------------------------------------------
2431# IDE Files.
2532# --------------------------------------------
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6767 ],
6868
6969 "scripts" : {
70-
7170 "check" : [
7271 " @cs-check" ,
7372 " @tests"
7473 ],
7574
7675 "generate-reports" : [
76+ " @create-folders" ,
7777 " @cs-report" ,
7878 " @phpmd-report" ,
7979 " @tests-report-html" ,
8080 " @tests-report-xml" ,
8181 " @tests-report-clover"
8282 ],
8383
84+ "create-folders" : [
85+ " mkdir build"
86+ ],
87+
8488 "cs-check" : " phpcs" ,
8589 "cs-fix" : " phpcbf" ,
8690 "phpmd" : " phpmd src text phpmd.xml.dist" ,
You can’t perform that action at this time.
0 commit comments