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

Avoid unnecessary warnings about matchers #153

Merged
merged 1 commit into from
Oct 11, 2017

Conversation

miikka
Copy link
Collaborator

@miikka miikka commented Oct 10, 2017

Having overlapping file patterns causes warnings like this:

WARN [watcher]: All files matched by "/Users/miikka/code/doo/example/out/**/*.js" were excluded or matched by prior matchers.
WARN [watcher]: All files matched by "/Users/miikka/code/doo/example/out/*.js" were excluded or matched by prior matchers.

The warnings are harmless, but it's not immediately obvious. This patch removes the unnecessary patterns to get rid of the warnings.

Having overlapping file patterns causes warnings like this:

> WARN [watcher]: All files matched by "/Users/miikka/code/doo/example/out/**/*.js" were excluded or matched by prior matchers.
> WARN [watcher]: All files matched by "/Users/miikka/code/doo/example/out/*.js" were excluded or matched by prior matchers.

The warnings are harmless, but it's not immediately obvious. This patch
removes the unnecessary patterns to get rid of the warnings.
@bensu
Copy link
Owner

bensu commented Oct 11, 2017

Looks good to me!

@bensu bensu merged commit eceb879 into bensu:master Oct 11, 2017
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