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
12
12
phpunit.phar
13
13
/phpunit.xml
14
14
.phpunit.result.cache
15
+ /build
15
16
16
17
17
18
# --------------------------------------------
@@ -20,6 +21,12 @@ phpunit.phar
20
21
/phpcs.xml
21
22
22
23
24
+ # --------------------------------------------
25
+ # Local PHPMD Config.
26
+ # --------------------------------------------
27
+ /phpmd.xml
28
+
29
+
23
30
# --------------------------------------------
24
31
# IDE Files.
25
32
# --------------------------------------------
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 67
67
],
68
68
69
69
"scripts" : {
70
-
71
70
"check" : [
72
71
" @cs-check" ,
73
72
" @tests"
74
73
],
75
74
76
75
"generate-reports" : [
76
+ " @create-folders" ,
77
77
" @cs-report" ,
78
78
" @phpmd-report" ,
79
79
" @tests-report-html" ,
80
80
" @tests-report-xml" ,
81
81
" @tests-report-clover"
82
82
],
83
83
84
+ "create-folders" : [
85
+ " mkdir build"
86
+ ],
87
+
84
88
"cs-check" : " phpcs" ,
85
89
"cs-fix" : " phpcbf" ,
86
90
"phpmd" : " phpmd src text phpmd.xml.dist" ,
You can’t perform that action at this time.
0 commit comments