Skip to content

Instantly share code, notes, and snippets.

@geraldvillorente
Created January 28, 2014 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geraldvillorente/8673463 to your computer and use it in GitHub Desktop.
Save geraldvillorente/8673463 to your computer and use it in GitHub Desktop.
# Create Drupal coding standard symlink inside PHP Codesniffer
link "/vagrant/bin/coder_module/coder_sniffer/Drupal" do
to "/usr/share/php/PHP/CodeSniffer/Standards/Drupal"
link_type :symbolic
action :create
end
@geraldvillorente
Copy link
Author

This should be the correct implementation

link "/usr/share/php/PHP/CodeSniffer/Standards/Drupal" do
    to "/vagrant/bin/coder_module/coder_sniffer/Drupal"
    link_type :symbolic
    action :create
end

See the last comment here
https://tickets.opscode.com/browse/CHEF-2383

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment