-
Notifications
You must be signed in to change notification settings - Fork 182
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
[Req] Flag to ignore errors #203
Comments
One option you could use for now is to add a Have you tried the latest |
I'll check with the other owners re annotations. I have not tried master. Is it possible to pin the latest master from |
|
Thanks! What's the command to pin it back to a release version? |
|
Perfect. Thanks again ^^ |
Should I close this ticket, or is it a suggestion worth considering? |
Ping |
Keep it open. I'd love to have this as well. I might even have a patch for it already. |
I think we can close this one now that #243 is merged:
|
Thank you @hhugo! That's two coffees I owe you this week ^^ |
I currently have a codebase that mixes classes and regular files that I'd like formatted in one go. At the moment, all the errors when
Fatal error: exception ("Internal Error: classes not implemented")
create an empty file that's not cleaned up and pollutes the repository.I'd like to have an option
--ignore-errors
that skips files with errors, or just logs them to console.The text was updated successfully, but these errors were encountered: