mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-14 02:36:08 +01:00
Daniel Siepmann
adb73eeffc
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
8 lines
154 B
JSON
8 lines
154 B
JSON
{
|
|
"scan-files": [
|
|
"ext_*.php",
|
|
"Configuration/*php",
|
|
"Configuration/Backend/*.php",
|
|
"Configuration/TCA/*.php"
|
|
]
|
|
}
|