Skip to content

Commit 5c52feb

Browse files
committed
Make sure PHPCompatibility is registered with PHPCS
1 parent 72da3a5 commit 5c52feb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

magento-coding-standard/Dockerfile:7.4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
55
RUN /usr/local/bin/composer global require magento/magento-coding-standard:*
66
RUN /usr/local/bin/composer global require phpcompatibility/php-compatibility:*
77
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
89
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
910

1011
ADD problem-matcher.json /problem-matcher.json

0 commit comments

Comments
 (0)