grumphp:
    environment:
        paths:
            - node_modules/.bin
            - dependencies/vendor/bin
    tasks:
        phpcs: ~
        stylelint:
            config: .stylelintrc
            max_warnings: 0
        eslint:
            config: .eslintrc
            max_warnings: 0
        composer:
            file: ./composer.json
            no_check_publish: true
        phpstan:
          memory_limit: "-1"
          configuration: ./phpstan.neon
          use_grumphp_paths: true
    ascii:
        failed: dependencies/grumphp/error.txt
        succeeded: dependencies/grumphp/all-good.txt
