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

Finder glob pattern #421

Merged
merged 3 commits into from
Jun 28, 2019
Merged

Finder glob pattern #421

merged 3 commits into from
Jun 28, 2019

Conversation

Rastusik
Copy link
Contributor

The former change of spl file iterators to symfony finder didn't have support for glob patterns (or possibly broke the former support)

This change is supposed to add support for glob patterns into the include_paths config section

.gitignore Outdated
@@ -3,3 +3,4 @@ composer.lock
phpunit.xml
tests/Fixtures/project/var/cache/*
build/
.idea
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, don't add IDE-specific folders into the project's .gitignore. Configure global gitignore instead, see https://help.github.com/en/articles/ignoring-files#create-a-global-gitignore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@scrutinizer-notifier
Copy link

The inspection completed: No new issues

@lisachenko lisachenko merged commit 46a373d into goaop:2.x Jun 28, 2019
@lisachenko
Copy link
Member

Squashed and merged into 2.x, thanks!

@lisachenko lisachenko added this to the 2.3.2 milestone Jun 28, 2019
lisachenko added a commit that referenced this pull request Jun 28, 2019
* origin/2.x:
  Finder glob pattern (#421)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants