Skip to content

Commit 4daeef9

Browse files
Merge pull request #50 from aligent/fix/report-to-file-path
fix: add missing comma
2 parents eb2018d + a519bda commit 4daeef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipe/pipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def filter_paths(path):
137137
"-d",
138138
"memory_limit=512M",
139139
"--report=junit",
140-
"--report-file=test-results/phpcs.xml"
140+
"--report-file=test-results/phpcs.xml",
141141
f"--standard={self.standards}"
142142
] + changed_files
143143

0 commit comments

Comments
 (0)