Skip to content

Commit f751f9c

Browse files
committed
Fix PHPCS registration of multiple paths
1 parent 5c52feb commit f751f9c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

magento-coding-standard/Dockerfile:7.4

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
44

55
RUN /usr/local/bin/composer global require magento/magento-coding-standard:*
66
RUN /usr/local/bin/composer global require phpcompatibility/php-compatibility:*
7-
RUN ~/.composer/vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/
8-
RUN ~/.composer/vendor/bin/phpcs --config-set installed_paths ../../phpcompatibility/php-compatibility
7+
RUN ~/.composer/vendor/bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard/,../../phpcompatibility/php-compatibility
98
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
109

1110
ADD problem-matcher.json /problem-matcher.json

0 commit comments

Comments
 (0)