composer require "phpro/grumphp:^0.14" --dev
composer require nlubisch/grumphp-easycodingstandard --dev
composer require wearejust/grumphp-extra-tasks --dev
composer require jakub-onderka/php-parallel-lint --dev
-
-
Save albertobraschi/4dd5c214ce96af1bf355a6b86c03948a to your computer and use it in GitHub Desktop.
Configure GrumPHP in your Magento 2 to check: Composer, PHPCS, PHPMD, PHPCSFixer, PHPCPD, PHPLint, Security Checker, XML Lint.
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: | |
magento_dir: . | |
bin_dir: "./vendor/bin" | |
stop_on_failure: false | |
ignore_unstaged_changes: false | |
hide_circumvention_tip: false | |
process_async_limit: 10 | |
process_async_wait: 1000 | |
process_timeout: 60 | |
tasks: | |
composer: | |
no_check_all: false | |
git_blacklist: | |
keywords: | |
- "die" | |
- "var_dump(" | |
- "exit" | |
- "console.log(" | |
- "ObjectManager::getInstance" | |
– “<<<<<<<" | |
– "=======" | |
triggered_by: ['php', 'phtml', 'js'] | |
phpdoc: ~ | |
phpversion: | |
project: '7.2' | |
phplint: | |
triggered_by: ['php', 'phtml'] | |
ecs: | |
whitelist_patterns: | |
- app/code | |
- app/design | |
fix: true | |
xmllint: ~ | |
extensions: | |
- Wearejust\GrumPHPExtra\Extension\Loader | |
- NLubisch\GrumPHP\Extension |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment