You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If, in a PR, a file is just renamed (i.e. not modified, just mv x y), it includes no patch attribute in its JSON description. Therefore this fails with a function_clause error:
This is not an elvis issue but a gadget issue and it is already fixed.
Also elvis_webhook:file_info/3 return the information for every file in the GithubFiles parameter passed to elvis_webhook:handle_pull_request/3 and everyone of those files does contain a <<"patch">> key.
If, in a PR, a file is just renamed (i.e. not modified, just
mv x y
), it includes nopatch
attribute in its JSON description. Therefore this fails with afunction_clause
error:The text was updated successfully, but these errors were encountered: