Last active
July 20, 2016 15:59
-
-
Save ravinderk/ac4a733bc7ed01ce8d1a3f1f3c0b3fbd to your computer and use it in GitHub Desktop.
Grumphp configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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