Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added setting to exclude paths from php-cs-fixer #28

Merged
merged 5 commits into from
Mar 24, 2019
Merged

Added setting to exclude paths from php-cs-fixer #28

merged 5 commits into from
Mar 24, 2019

Conversation

asccc
Copy link
Contributor

@asccc asccc commented Mar 18, 2019

Since php-cs-fixer ignores a configured Finder object if a path is directly passed as an argument, i added a "exclude" setting to exclude files/paths based on regular-expressions.

The "exclude" setting accepts a string or a list-of-strings which are passed directly to re.match() for each view (file-name). Some examples are available in the README.md file.

@adael adael merged commit 373d135 into adael:master Mar 24, 2019
@adael
Copy link
Owner

adael commented Mar 24, 2019

Hey! this is awesome and very requested. Thank you!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants