We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72da3a5 commit 5c52febCopy full SHA for 5c52feb
1 file changed
magento-coding-standard/Dockerfile:7.4
@@ -5,6 +5,7 @@ COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
5
RUN /usr/local/bin/composer global require magento/magento-coding-standard:*
6
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
9
RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
10
11
ADD problem-matcher.json /problem-matcher.json
0 commit comments