We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
They look like this:
src/elvis.erl 207: The pattern {'fail', _} can never match the type 'ok' src/elvis_webhook.erl 90: The pattern {'ok', Content} can never match the type {'error',_} 98: The pattern {'ok', ConfigContent} can never match the type {'error',_}
And they only appear on OTP21. It has to be something related to both egithub and elvis_core, but I'm not sure what can it be.
egithub
elvis_core
The text was updated successfully, but these errors were encountered:
Isn't this fixed?
Sorry, something went wrong.
Yes, it is.
igaray
No branches or pull requests
They look like this:
And they only appear on OTP21. It has to be something related to both
egithub
andelvis_core
, but I'm not sure what can it be.The text was updated successfully, but these errors were encountered: