-
Notifications
You must be signed in to change notification settings - Fork 21
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
Errors are reported twice #29
Comments
Really strange. I wonder if it had something to do with the way globs are resolved. I've just merged in some changes to the globbing, to allow multiple globs and negation. I plan to include it in the upcoming 2.0.0 release. Perhaps you could try running again with those changes, to see if the issue persists. |
I just tested it with |
This bug is starting to get really weird... if the message in the |
It seems that this is actually not a bug in
The issue here is that What we could do is replace all absolute paths with relative paths in the |
Fix released in |
@IanVS cool, thanks! I think you may have forgotten the git tag though 😉 |
Yep, fixed. Thanks. |
It seems that currently any error is reported twice:
Interesting about this is that one of the outputs is using relative paths, while the other is using the absolute path of the file.
The text was updated successfully, but these errors were encountered: