Skip to content

Commit

Permalink
Merge pull request #51 from mjordan/codesnifferlink
Browse files Browse the repository at this point in the history
Address #50.
  • Loading branch information
ruebot committed May 19, 2015
2 parents d6f4de3 + 34d69bc commit c76b8bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/devtools.sh
Expand Up @@ -55,4 +55,7 @@ wget -q http://ftp.drupal.org/files/projects/coder-8.x-2.1.tar.gz
tar -xzvf coder-8.x-2.1.tar.gz
mv -v coder /usr/share
chown -hR vagrant:vagrant /usr/share/coder
if [ -e /usr/share/php/PHP/CodeSniffer/Standards/Drupal ]; then
rm -f /usr/share/php/PHP/CodeSniffer/Standards/Drupal
fi
ln -sv /usr/share/coder/coder_sniffer/Drupal /usr/share/php/PHP/CodeSniffer/Standards

0 comments on commit c76b8bf

Please sign in to comment.