-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Minimal PHP Code Causing Issue
After installation with composer I created the default config-file with vendor/bin/typo3-fractor-init.
Without adjustments I was running vendor/bin/fractor process --dry-run then and got the Error message:
File *.tsconfig couldn't be renamed to *.typoscriptconfig.
I renamed the file manually but remarked that it leads to problems in TYPO3 and that it's better to keep the old suffix.
Even all applying files have the suffix "tsconfig" now, the error is not shown anymore when I run the same command. In between I executed the command without "--dry-run".
Applied rules
Default configuration.
Expected Behaviour
Either info about the failing rule, or passing -- especially as the renaming seems to be undesired or wrong.
Package Version
0.5.8
PHP Version
8.3.57
TYPO3 Version
14.0.1
Notes
After the error was shown I created also the files Configuration/page.tsconfig and Configuration/user.tsconfig and removed the import-statements for these files with old filepaths, as import is done automatically.