inaka / elvis

Erlang Style Reviewer
Apache License 2.0
424 stars 87 forks source link

Dynamic call in `try ... of ... catch` not detected as such #532

Closed paulo-ferraz-oliveira closed 3 years ago

paulo-ferraz-oliveira commented 3 years ago

I have

try Callback:my_fun(Arg) of
...

in a module that doesn't declare -callback.

This is not detected by rule invalid_dynamic_call.