Move tool configuration from config/ and the project root to Build/?
#1562
oliverklee
started this conversation in
General
Replies: 2 comments 2 replies
-
|
I'd be fine for it to be renamed to |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
If we used the spelling Would you be willing to live with the casing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The TYPO3 Core uses the
Build/folder to store tool-related files that are not intended to be delivered when the package is installed, for example the PHPStan configuration of the PHP-CS-Fixer configuration.I'm trying to harmonize the setup and style across my projects.
@JakeQZ @sabberworm Would you be okay with us moving the tool configuration files that we currently have in
config/or the project root (like the PHPUnit configuration file) toBuild/? (I'd then create PRs for both our projects for this.)Beta Was this translation helpful? Give feedback.
All reactions