wunderio / code-quality

List of tools that aims to help with static code quality inspection.
GNU General Public License v3.0
2 stars 5 forks source link

Increase the timeout of 60 seconds #18

Closed tormi closed 5 years ago

tormi commented 5 years ago

The default settings seem to need adjustment, 60 seconds timeout is not enough as you can see.

lando grum --tasks phpcs
GrumPHP is sniffing your code!
Running task 1/1: PhpcsTask... 
In Process.php line 1330:

  The process "'/app/vendor/bin/phpcs' '--standard=vendor/wunderio/code-quality/config/phpcs.xml,vendor/wunderio/code-quality/config/phpcs-security.xml' '--report=full' '--report-width=120' '--parallel=20' '--ignore=/vendor/,/node_modules/,/core/,/libra  
  ries/' '--report-json' '.'" exceeded the timeout of 60 seconds.  
guncha25 commented 5 years ago

You can use process_timeout: 60. Also probably should include link to grumPHP documentation in README.