mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-16 03:06:09 +01:00
Daniel Siepmann
9fe11b300c
Only autoloaded files will be checked by default. TYPO3 has some additional files which should be scanned as well.
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"scan-files": [
|
|
"*.php",
|
|
"Configuration/*php",
|
|
"Configuration/Backend/*.php",
|
|
"Configuration/TCA/*.php"
|
|
]
|
|
}
|