Skip to content

Instantly share code, notes, and snippets.

@crazyrohila
Created July 13, 2016 12:05
Show Gist options
  • Save crazyrohila/ef53a7b896bf6d5fce2980c576a27172 to your computer and use it in GitHub Desktop.
Save crazyrohila/ef53a7b896bf6d5fce2980c576a27172 to your computer and use it in GitHub Desktop.
DrupalCoder.sublime-build
{
"cmd": ["/Users/MYUSER/.composer/vendor/bin/phpcs", "--report=emacs", "--standard=Drupal", "--extensions=php,module,inc,install,test,profile,theme", "$file"],
"file_regex": "^(.*):(.*):(.*):(.*)$",
"variants": [
{
"name": "Run",
"cmd": ["/Users/MYUSER/.composer/vendor/bin/phpcbf", "--standard=Drupal", "--extensions=php,module,inc,install,test,profile,theme", "$file"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment