Skip to content
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

{xref_ignores} now properly works on module, #2497

Merged
merged 3 commits into from
Jun 10, 2021

Commits on Feb 12, 2021

  1. {xref_ignores} now properly works on module, by taking into account f…

    …unction calls.
    
    Summary: Before, the xref_ignores would properly ignores function calls on specified modules. That is,
    even though {xref_ignores, [ModName,...]} would be in rebar3.config, those unassigned function calls
    to and from the ModName module would be displayed.
    
    This was due to a mismatch between the format of the ignore (a module name), and the format of the
    warning ({MFA, MFA} or MFA) emmited by xref.
    thomasdavid committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    11538ac View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    63a7373 View commit details
    Browse the repository at this point in the history
  2. {xref_ignores} now properly works on module, by taking into account f…

    …unction calls.
    
    Summary: Before, the xref_ignores would properly ignores function calls on specified modules. That is,
    even though {xref_ignores, [ModName,...]} would be in rebar3.config, those unassigned function calls
    to and from the ModName module would be displayed.
    
    This was due to a mismatch between the format of the ignore (a module name), and the format of the
    warning ({MFA, MFA} or MFA) emmited by xref.
    thomasdavid authored and thomasdavid committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    7476e80 View commit details
    Browse the repository at this point in the history