Skip to content

Instantly share code, notes, and snippets.

@ravinderk
Last active July 20, 2016 15:59
Show Gist options
  • Select an option

  • Save ravinderk/ac4a733bc7ed01ce8d1a3f1f3c0b3fbd to your computer and use it in GitHub Desktop.

Select an option

Save ravinderk/ac4a733bc7ed01ce8d1a3f1f3c0b3fbd to your computer and use it in GitHub Desktop.
Grumphp configuration
parameters:
git_dir: .
bin_dir: path_to_global_composer_bin_dir
# For example: /Users/********/.composer/vendor/bin
tasks:
git_blacklist:
keywords:
- error_log(
- var_dump(
#- console.log(
triggered_by:
- php
# - js
phpcs:
standard: WordPress
show_warnings: true
triggered_by:
- php
#gulp:
# gulp_file: null
# task: null
# triggered_by:
# - js
# - jsx
# - coffee
# - ts
# - less
# - sass
# - scss
ascii:
failed: ~
succeeded: ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment