Skip to content

Instantly share code, notes, and snippets.

@sandermangel
Created August 24, 2017 13:16
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 sandermangel/06cdd19d5c196568c762f77a4f81aa76 to your computer and use it in GitHub Desktop.
Save sandermangel/06cdd19d5c196568c762f77a4f81aa76 to your computer and use it in GitHub Desktop.
Byte - Better Magento code through a disciplined approach - grumphp configuration
parameters:
bin_dir: ./vendor/bin
git_dir: .
stop_on_failure: false
hide_circumvention_tip: true
ascii:
failed: ~
succeeded: ~
tasks:
phpmd:
ruleset: ['phpmd.xml']
phpcs:
standard: 'phpcs.xml'
show_warnings: false
phpstan: ~
phpunit:
config_file: 'phpunit.xml
extensions: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment