Skip to content

Commit

Permalink
Adding support for M2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Balparda committed Dec 19, 2016
1 parent 4b481a8 commit 83cf15f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 83cf15f

Please sign in to comment.