tracking/dependency-checker.json
Daniel Siepmann adb73eeffc Switch to ECS for coding style
This allows configuration via PHP.
It also combines code sniffer and php cs fixer.

Used commands:

composer remove --dev squizlabs/php_codesniffer
composer req --dev symplify/easy-coding-standard
./vendor/bin/ecs --fix
2021-05-24 22:11:46 +02:00

9 lines
154 B
JSON

{
"scan-files": [
"ext_*.php",
"Configuration/*php",
"Configuration/Backend/*.php",
"Configuration/TCA/*.php"
]
}