From 83cf15f5457101b1a58c0a456454ace9db338327 Mon Sep 17 00:00:00 2001 From: Miguel Balparda Date: Mon, 19 Dec 2016 14:29:02 -0300 Subject: [PATCH] Adding support for M2. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 366bd44..0cb5dc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ RUN pear install PHP_CodeSniffer RUN apk update && apk upgrade && apk add --no-cache bash git openssh RUN git clone https://github.com/magento-ecg/coding-standard /root/ RUN mv /root/Ecg/ /usr/local/lib/php/PHP/CodeSniffer/Standards/ +RUN mv /root/EcgM2/ /usr/local/lib/php/PHP/CodeSniffer/Standards/ RUN phpcs --config-set default_standard Ecg \ No newline at end of file