Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Only explicitly format the database seeds and factories subfolders #8

Merged
merged 1 commit into from
Jul 16, 2019

Conversation

matt-allan
Copy link
Owner

The Symfony Finder component only allows excluding folders via relative paths, meaning we can only exclude the database/migrations folder if we exclude all folders named migrations.

Instead we can skip including the entire database path and only include the known subfolders we want
to format.

See symfony/symfony#28158.

Closes #7.

The Symfony Finder component only allows excluding folders via relative
paths, meaning we can only exclude the `database/migrations` folder if
we exclude all folders named `migrations`. Instead we can skip including
the entire `database` path and only include the known subfolders we want
to format. See symfony/symfony#28158.
@matt-allan matt-allan merged commit f1bc743 into master Jul 16, 2019
@matt-allan matt-allan deleted the exclude-migrations branch July 16, 2019 13:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Config ?
1 participant