ex_fixer

v1.0.0

  • Pages
  • Modules
  • Mix Tasks

    ex_fixer v1.0.0 ExFixer

    Link to this section Summary

    Functions

    compilation_results()
    execute()
    execute_for(compilation_results)
    fix(filename, warnings)
    fix_unused_alias(atom, keyword, line)
    fix_unused_atom(atom, keyword, line)
    fix_unused_function(function, arity, atom, keyword, line)
    fix_unused_import(atom, keyword, line)
    fix_unused_module(atom, keyword, line)
    fix_unused_variable(variable, line)
    fix_warning(warning, lines)
    fix_warning_at(warning, line)
    get_line(filename, line)
    warnings(compilation_results)

    Link to this section Functions

    Link to this function compilation_results()
    Link to this function execute()
    Link to this function execute_for(compilation_results)
    Link to this function fix(filename, warnings)
    Link to this function fix_unused_alias(atom, keyword, line)
    Link to this function fix_unused_atom(atom, keyword, line)
    Link to this function fix_unused_function(function, arity, atom, keyword, line)
    Link to this function fix_unused_import(atom, keyword, line)
    Link to this function fix_unused_module(atom, keyword, line)
    Link to this function fix_unused_variable(variable, line)
    Link to this function fix_warning(warning, lines)
    Link to this function fix_warning_at(warning, line)
    Link to this function get_line(filename, line)
    Link to this function warnings(compilation_results)

    Built using ExDoc (v0.18.4), designed by Friedel Ziegelmayer.