diff --git a/pipe/pipe.py b/pipe/pipe.py index 5109f87..89f85bd 100644 --- a/pipe/pipe.py +++ b/pipe/pipe.py @@ -137,7 +137,7 @@ def filter_paths(path): "-d", "memory_limit=512M", "--report=junit", - "--report-file=test-results/phpcs.xml" + "--report-file=test-results/phpcs.xml", f"--standard={self.standards}" ] + changed_files